Loading...
Searching...
No Matches
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)
 

Macro Definition Documentation

◆ FLASHPAGE_BLOCK_PHRASE

#define FLASHPAGE_BLOCK_PHRASE   (8U)

Definition at line 149 of file cpu_conf_kinetis_k.h.

◆ FLASHPAGE_BLOCK_SECTION_ALIGNMENT

#define FLASHPAGE_BLOCK_SECTION_ALIGNMENT   (16U)

Definition at line 154 of file cpu_conf_kinetis_k.h.

◆ FLASHPAGE_NUMOF

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

Definition at line 144 of file cpu_conf_kinetis_k.h.

◆ FLASHPAGE_SIZE

#define FLASHPAGE_SIZE   (4096U)

Definition at line 143 of file cpu_conf_kinetis_k.h.

◆ FLASHPAGE_WRITE_BLOCK_ALIGNMENT

#define FLASHPAGE_WRITE_BLOCK_ALIGNMENT   FLASHPAGE_BLOCK_PHRASE

Definition at line 152 of file cpu_conf_kinetis_k.h.

◆ FLASHPAGE_WRITE_BLOCK_SIZE

#define FLASHPAGE_WRITE_BLOCK_SIZE   FLASHPAGE_BLOCK_PHRASE

Definition at line 150 of file cpu_conf_kinetis_k.h.