nRF53 specific CPU configuration More...
nRF53 specific CPU configuration
Definition in file cpu_conf.h.
#include "cpu_conf_common.h"
Include dependency graph for cpu_conf.h:Go to the source code of this file.
ARM Cortex-M specific CPU configuration | |
| #define | CPU_DEFAULT_IRQ_PRIO (1U) |
| Default ARM IRQ priority. | |
| #define | FLASHPAGE_SIZE (4096U) |
| Flash page configuration. | |
| #define | FLASHPAGE_NUMOF (256U) |
| Total number of flash pages. | |
| #define | FLASHPAGE_WRITE_BLOCK_SIZE (4U) |
| Minimum block size. | |
| #define | FLASHPAGE_WRITE_BLOCK_ALIGNMENT (4U) |
| Mandatory alignment. | |
| #define CPU_DEFAULT_IRQ_PRIO (1U) |
Default ARM IRQ priority.
Definition at line 41 of file cpu_conf.h.
| #define FLASHPAGE_NUMOF (256U) |
Total number of flash pages.
Definition at line 54 of file cpu_conf.h.
| #define FLASHPAGE_SIZE (4096U) |
| #define FLASHPAGE_WRITE_BLOCK_ALIGNMENT (4U) |
Mandatory alignment.
Definition at line 61 of file cpu_conf.h.
| #define FLASHPAGE_WRITE_BLOCK_SIZE (4U) |
Minimum block size.
Definition at line 59 of file cpu_conf.h.