cpu_conf_kinetis_k.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_k.h.

Go to the source code of this file.

Flashpage configuration

#define FLASHPAGE_SIZE   (4096U)
 
#define FLASHPAGE_NUMOF   ((KINETIS_ROMSIZE * 1024) / FLASHPAGE_SIZE)
 
#define FLASHPAGE_BLOCK_PHRASE   (8U)
 
#define FLASHPAGE_WRITE_BLOCK_SIZE   FLASHPAGE_BLOCK_PHRASE
 
#define FLASHPAGE_WRITE_BLOCK_ALIGNMENT   FLASHPAGE_BLOCK_PHRASE
 
#define FLASHPAGE_BLOCK_SECTION_ALIGNMENT   (16U)