Posted on December 07, 2015 at 04:02For the Chip STM32L151RBH6, we have only 1 bank, EEPROM writting halt the MCU. I make a test program to repeatedly write EEPROM. Use the code like below to write EEPROM: *(__IO uint32_t *)addr = data; 100 times r...