Question
Interrupts in EEPROM emulation(AN3969)
I'm trying to implement "AN3969 EEPROM emulation in STM32F40x/STM32F41x microcontrollers" on STM32F407.
According to the documentation, "Interrupt servicing during program/erase is possible".
However, when actually installed, interrupts stop completely during the erase time.
What is the way around this?
