embassy/embassy-stm32/src/flash
Matous Hybl 6c5d81ada5 Add memory barriers to H7 flash driver to mitigate PGSERR errors
The stm32h7xx-hal uses only the ordering barrier, while the CubeMX uses the DSB and ISB instructions, to be on the safe side, both are used here.
2022-10-18 22:42:02 +02:00
..
f3.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
f4.rs Fix erasing across banks 2022-07-14 20:58:01 +03:00
f7.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
h7.rs Add memory barriers to H7 flash driver to mitigate PGSERR errors 2022-10-18 22:42:02 +02:00
l.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
mod.rs Remove flash lock/unlock public API from stm32 flash, and perform the unlocking and locking automatically on erase and write operations 2022-09-30 06:00:46 +02:00