2015-01-08 10:38 PM
Hi,
I am using STM32L051xx controller. When i tried to erase the EEPROM content with the help of HAL library, i am getting error. But when i tried by ST-Link V2, content is erased successfully. Note: I am able to read the contents of the EEPROM in my program. Can anyone help me !!! #eeprom-erase-stm32l-write2015-01-09 09:11 AM
Does the erase permit byte level granularity, or WORD level?
Where in your code is it actually failing, and what failure code does it return.