Question
STM32F767 flash programming problem
Hi everyone,
We are trying to program the MCU flash memory to write and save some data on it.
After successfully writing to a single sector, we can't delete the sector content anymore.
We are using HAL_FLASHEx_Erase to delete the sector.
In particular, we use the ideas in this article https://controllerstech.com/flash-programming-in-stm32/
Thanks in advance.
