2022-06-15 10:49 PM
2022-06-15 10:55 PM
Any attempt to read the Flash memory on STM32F4xx while it is being written or erased,
causes the bus to stall. Read operations are processed correctly once the program
operation has completed. This means that code or data fetches cannot be performed while
a write/erase operation is ongoing.
How to protect it???
2022-06-15 11:05 PM
Dualbank flash is the more efficient solution.
you can also relocate critical SW (isr, all flash write functions, etc...) in RAM.
2022-06-15 11:29 PM
2022-06-15 11:31 PM