cancel
Showing results for 
Search instead for 
Did you mean: 

"Target is not responding, retrying..." message during HAL_FLASHEx_DATAEEPROM_Program

diego ambroggi
Associate III

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

2 REPLIES 2
RChar.2
Associate II

hi,

I have the same thing, did you find an answer ?

Best,

diego ambroggi
Associate III

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