CPU specific implementations for the NXP Kinetis K series of Cortex-M MCUs. More...
CPU specific implementations for the NXP Kinetis K series of Cortex-M MCUs.
Implementation specific CPU configuration options
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) |
#define FLASHPAGE_BLOCK_PHRASE (8U) |
Definition at line 149 of file cpu_conf_kinetis_k.h.
#define FLASHPAGE_BLOCK_SECTION_ALIGNMENT (16U) |
Definition at line 154 of file cpu_conf_kinetis_k.h.
#define FLASHPAGE_NUMOF ((KINETIS_ROMSIZE * 1024) / FLASHPAGE_SIZE) |
Definition at line 144 of file cpu_conf_kinetis_k.h.
#define FLASHPAGE_SIZE (4096U) |
Definition at line 143 of file cpu_conf_kinetis_k.h.
#define FLASHPAGE_WRITE_BLOCK_ALIGNMENT FLASHPAGE_BLOCK_PHRASE |
Definition at line 152 of file cpu_conf_kinetis_k.h.
#define FLASHPAGE_WRITE_BLOCK_SIZE FLASHPAGE_BLOCK_PHRASE |
Definition at line 150 of file cpu_conf_kinetis_k.h.