cancel
Showing results for 
Search instead for 
Did you mean: 

Running the execution continuously makes the target not responsive

RKris.2
Associate

While debugging my code, instead of step by step execution, if I run the execution continuously, after some time the TrueStudio loses connection with target.

Can some one help me in resolving this issue?

3 REPLIES 3
TDK
Guru

What chip? What does your code do?

You might try STM32CubeIDE instead of TrueSTUDIO, which is NRND.

If you feel a post has answered your question, please click "Accept as Solution".

If you code goes into a low power mode, reconfigures the debug pins, or otherwise shuts down and fails, you might lose connectivity.

Instrument your code so you understand the flow and path to failure.

Have Error_Handler() and HardFault_Handler() output actionable information.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thank you Tesla DeLorean, after disabling the low-power mode entry code, I am not seeing connectivity loss with the target.