STM32L0 eeprom writting issue after a page erase
Posted on October 09, 2015 at 13:14Hi, I cannot write any data into the eeprom after a Erase_page. HAL_FLASH_Program(..) and FLASH_Erase_Page(...) work fine independently. But if HAL_FLASH_Program(...) is called just after FLASH_Erase_Page(), HAL...