cannot access target
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-02-07 7:25 AM
Posted on February 07, 2018 at 16:25
cannot access target shutting debug session when run stop mode with RTC in examples
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-02-07 7:31 AM
Posted on February 07, 2018 at 16:31
Yeah, debugging the chip is real difficult when the power is removed from all the scan chains and logic you're communicating with....
Check DBGMCU settings for options.
Consider using USART or other methods to output diagnostic and debug info when the device powers down, and up again.
Debug as much of the code as possible without actually powering down.
Understand your code flow without needing to see every step.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
