Expand description

Interface to the FLASH peripheral

This manages access to both the program flash memory, as well as EEPROM.

References:

  • STM32L0x1 reference manual (RM0377), chapter 3
  • STM32L0x2 reference manual (RM0376), chapter 3
  • STM32L0x3 reference manual (RM0367), chapter 3

Structs

Entry point to the non-volatile memory (NVM) API

Enums

Constants

The first address of flash memory

The size of a Flash memory page, in bytes

Functions