libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/stm32/common/flash_common_all.h>
#include <libopencm3/stm32/common/flash_common_l01.h>
Go to the source code of this file.
Macros | |
#define | FLASH_WRPR3 MMIO32(FLASH_MEM_INTERFACE_BASE + 0x84) |
#define | FLASH_ACR_ACC64 (1 << 2) |
#define | FLASH_SR_OPTVERRUSR (1 << 12) |
#define | FLASH_HALF_PAGE_SIZE 32 |
Functions | |
void | flash_64bit_enable (void) |
Enable 64 Bit Programming Mode. More... | |
void | flash_64bit_disable (void) |
Enable 32 Bit Programming Mode. More... | |