Running the execution continuously makes the target not responsive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-09 6: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?
- Labels:
-
TrueSTUDIO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-09 9:01 AM
What chip? What does your code do?
You might try STM32CubeIDE instead of TrueSTUDIO, which is NRND.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-09 9: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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-12 8:18 AM
Thank you Tesla DeLorean, after disabling the low-power mode entry code, I am not seeing connectivity loss with the target.
