Question
I'm having some problem with Virtual EEPROM API with STM32F MCU
Posted on February 01, 2013 at 11:30
When the virtual eeprom api function is erasing a page, it interrupts systick interrupt.
I toggled a led on every 100us to check systick interrupt in alive, but when the api function start to erase a page(for example 0x08030000), there are no interrupt untill it finishes(it was take around 30ms) It is normal or there are someting else that interrupts the systick interrupt? #stm32f #eeprom