Question
STM32 Category 5 EEPROM write blocking.
Posted on August 06, 2015 at 23:29
I've got an STM32L151RET6. This is a category 5 device. My understanding from the manual is that the on board EEPROM is in a separate bank (0x08080000) so that writes will not block reading from program flash.
However, when I write to 0x08080000, the program blocks for about 6.5 ms, presumably until the write is complete. Am I incorrect in my reading of the ref manual, in that the internal EEPROM is in a separate bank? Thanks for any help.