Resolved! STM32L0 use internal EEPROM
Hello,i just want to use the Internal EEPROM of my STM32L052.I followed the short description in the STM32CubeMX manual. But it is not working. Here my small code example HAL_FLASHEx_DATAEEPROM_Unlock(); HAL_FLASHEx_DATAEEPROM_Erase(0x08080000U); ...