2021-07-09 06:32 AM
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?
2021-07-09 09:01 AM
What chip? What does your code do?
You might try STM32CubeIDE instead of TrueSTUDIO, which is NRND.
2021-07-09 09:23 AM
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.
2021-07-12 08:18 AM
Thank you Tesla DeLorean, after disabling the low-power mode entry code, I am not seeing connectivity loss with the target.