Implementation specific CPU configuration options. More...
Implementation specific CPU configuration options.
Definition in file cpu_conf.h.
#include "kernel_defines.h"#include "cpu_conf_common.h"#include "cc2538.h"#include "cc2538_gpio.h"#include "cc2538_uart.h"#include "cc2538_gptimer.h"#include "cc2538_soc_adc.h"#include "cc2538_ssi.h"#include "cc2538_sys_ctrl.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) |
| #define | CPU_IRQ_NUMOF PERIPH_COUNT_IRQn |
| #define | CPU_FLASH_BASE FLASH_BASE |
| #define | CPU_HAS_BITBAND (1) |
| #define | FLASHPAGE_SIZE (2048U) |
| Flash page configuration. | |
| #define | FLASHPAGE_CC2538_USE_CCA_PAGE (0) |
| #define | FLASHPAGE_NUMOF ((CC2538_FLASHSIZE / FLASHPAGE_SIZE) -1) |
| #define | FLASH_ERASE_STATE (0x1) |
| #define | FLASHPAGE_WRITE_BLOCK_SIZE (4U) |
| #define | FLASHPAGE_WRITE_BLOCK_ALIGNMENT (4U) |
| #define CPU_DEFAULT_IRQ_PRIO (1U) |
Definition at line 36 of file cpu_conf.h.
| #define CPU_FLASH_BASE FLASH_BASE |
Definition at line 38 of file cpu_conf.h.
| #define CPU_HAS_BITBAND (1) |
Definition at line 39 of file cpu_conf.h.
| #define CPU_IRQ_NUMOF PERIPH_COUNT_IRQn |
Definition at line 37 of file cpu_conf.h.
| #define FLASH_ERASE_STATE (0x1) |
Definition at line 59 of file cpu_conf.h.
| #define FLASHPAGE_CC2538_USE_CCA_PAGE (0) |
Definition at line 52 of file cpu_conf.h.
| #define FLASHPAGE_NUMOF ((CC2538_FLASHSIZE / FLASHPAGE_SIZE) -1) |
Definition at line 57 of file cpu_conf.h.
| #define FLASHPAGE_SIZE (2048U) |
Flash page configuration.
Definition at line 46 of file cpu_conf.h.
| #define FLASHPAGE_WRITE_BLOCK_ALIGNMENT (4U) |
Definition at line 66 of file cpu_conf.h.
| #define FLASHPAGE_WRITE_BLOCK_SIZE (4U) |
Definition at line 64 of file cpu_conf.h.