2020-11-17 01:42 AM
Hello.
I implemented a routine using HAL_FLASHEx_DATAEEPROM_Program to save data in internal EEPROM.
It works fine, but in debug mode, when HAL_FLASHEx_DATAEEPROM_Program is called, a message of "Target is not responding, retrying..." is shown.
Is it an error? Not sync with debugger?
I'm using STM32L031 Nucleo and STM32CubeIDE
Best regards
2020-12-01 06:33 AM
hi,
I have the same thing, did you find an answer ?
Best,
2020-12-01 08:14 AM
No answers received yet.
I think it's only a syncronization lost, caused by a delay when there is an access to internal memory.
Best regards