Module stm32h7xx_hal::flash

source ·
Expand description

Embedded Flash memory

Support for Read, Write and Erase options on the Embedded Flash memory. This module implements traits from the embedded-storage crate.

§Examples

§Supported devices

Reference ManualFlash SizesBanksSector Size
RM0433128kB, 1MB, 2MBOne or Two128kB
RM03991MB, 2MBTwo128kB
RM0455128kB, 1MB, 2MBOne or Two8kB
RM0468128kB, 512kB, 1MBOne128kB

Structs§

Enums§

  • Flash erase/program error. From RM0433 Rev 7. Section 4.7

Traits§

  • Flash methods implemented for pac::FLASH

Functions§

  • Returns iterator of flash memory sectors for single and dual bank flash