Loading...
Searching...
No Matches
cpu_conf_kinetis_w.h File Reference

CPU specific implementations for the NXP Kinetis K series of Cortex-M MCUs. More...

Detailed Description

CPU specific implementations for the NXP Kinetis K series of Cortex-M MCUs.

Implementation specific CPU configuration options

Author
Joakim NohlgÄrd joaki.nosp@m.m.no.nosp@m.hlgar.nosp@m.d@ei.nosp@m.stec..nosp@m.se

Definition in file cpu_conf_kinetis_w.h.

Go to the source code of this file.

Flashpage configuration

#define FLASHPAGE_SIZE   (2048U)
 
#define FLASHPAGE_NUMOF   ((KINETIS_ROMSIZE * 1024) / FLASHPAGE_SIZE)
 
#define FLASHPAGE_WRITE_BLOCK_SIZE   (4U)
 
#define FLASHPAGE_WRITE_BLOCK_ALIGNMENT   (4U)
 
#define FLASHPAGE_BLOCK_SECTION_ALIGNMENT   (8U)
 

Macro Definition Documentation

◆ FLASHPAGE_BLOCK_SECTION_ALIGNMENT

#define FLASHPAGE_BLOCK_SECTION_ALIGNMENT   (8U)

Definition at line 94 of file cpu_conf_kinetis_w.h.

◆ FLASHPAGE_NUMOF

#define FLASHPAGE_NUMOF   ((KINETIS_ROMSIZE * 1024) / FLASHPAGE_SIZE)

Definition at line 85 of file cpu_conf_kinetis_w.h.

◆ FLASHPAGE_SIZE

#define FLASHPAGE_SIZE   (2048U)

Definition at line 84 of file cpu_conf_kinetis_w.h.

◆ FLASHPAGE_WRITE_BLOCK_ALIGNMENT

#define FLASHPAGE_WRITE_BLOCK_ALIGNMENT   (4U)

Definition at line 92 of file cpu_conf_kinetis_w.h.

◆ FLASHPAGE_WRITE_BLOCK_SIZE

#define FLASHPAGE_WRITE_BLOCK_SIZE   (4U)

Definition at line 90 of file cpu_conf_kinetis_w.h.