libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
flash.h File Reference
Include dependency graph for flash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint32_t flash_write (uint32_t *dest, uint32_t *src, uint8_t cnt)
 Write to the user flash. More...
 
uint32_t flash_read (uint32_t *src, uint32_t *dest, uint8_t cnt)
 Read from the user flash. More...
 
uint32_t flash_erase (void)
 Erase the user flash. More...