STM32L08xx EEPROM write fail
Dear,
on STM32L083 I use internal eeprom. I found out, that when I use function
HAL_FLASHEx_DATAEEPROM_Programand during execution of this function the power voltage of mcu falls down (uplugged battery from device) - then in eeprom are saved wrong data (probably only in sectors which I wanted to modify by calling the function above).
I use BOR Level1. Also I tried to activate PVD and in its IRQ callbacks I just added while(1); until the mcu goes to reset.
Is there any solution for that?
Thank you very much, Jan.
