Implementation specific CPU configuration options. More...
Implementation specific CPU configuration options.
Definition in file cpu_conf.h.
#include <stdint.h>
#include "cpu_conf_common.h"
Go to the source code of this file.
#define | CPU_DEFAULT_IRQ_PRIO (1U) |
ARM Cortex-M specific CPU configuration. | |
#define | CPU_FLASH_BASE FLASH_BASE |
#define | FLASHPAGE_NUMOF (STM32_FLASHSIZE / FLASHPAGE_SIZE) |
Flash page configuration. | |
#define | FLASHPAGE_WRITE_BLOCK_SIZE (2U) |
#define | FLASHPAGE_WRITE_BLOCK_ALIGNMENT (4U) |
typedef uint16_t | stm32_flashpage_block_t |