How Erase Flash memory with stm32h750VB?
Hi everyone,
My project consist, in a bootloader with USB MSC, and the size of flash of this uC is 128k bytes, that is, there is only one sector.
I had some problems with bootloader of this uC. If i program first time, all right, but if i program second time with different application failure, because two things. First, i cant erase the flash memory never and second, if i try to overwrite, the memory already written once the system define the FLASH status register for bank 1, bit 25(SNECCERR1), and i cant continue to overwrite.
i saw this post https://community.st.com/s/question/0D50X00009yGrEASA0/is-eeprom-emulation-possible-on-the-stm32h750 , and i want to know if i have no other choice, to make this bootloader work properly, or if someone have suggestion for this. On all documentation dont have anything , about this.