Module stm32l0xx_hal::flash[][src]

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

FLASH

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

Enums

Error

Constants

EEPROM_SIZE
EEPROM_START_BANK1
EEPROM_START_BANK2
FLASH_START

The first address of flash memory

PAGE_SIZE

The size of a Flash memory page, in bytes

Functions

flash_size_in_kb