2023-04-04 11:23 PM
Hi
Is there any way to have the function "FLASH_Erase_Sector" operate with an interrupt during execution?
Of course, the function must be executed only on the SRAM.
Target is STM32F407.
2023-04-04 11:41 PM
Possible but not easy. You need to relocate exception vectors to RAM and make sure that the interrupt service routines you intend to use:
Much easier to achieve with dual-bank Flash.