Breakpoints are working only at core2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-13 6:57 AM
Hello,
I am trying to debug a code that are running in core0 and core1. I inserted a breakpoint inside main_core0() and main_core1() infinite loop, but the debugger does not stop on breakpoints. In the core2 the debugger stops on breakpoint.
I am sure that those codes are running because the LEDs that should be blinking by those codes, they are blinking.
I am using a SPC58NH-DISP board and the new AEK-MCU-SPC5LNK dongle configured to OpenOCD protocol.
Solved! Go to Solution.
- Labels:
-
AutoDevKit Studio
-
MCU board
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-14 3:27 AM
Hi,
You can debug only one core per time, not in parallel.
Best Regards,
AutoDevKit Team
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-14 3:27 AM
Hi,
You can debug only one core per time, not in parallel.
Best Regards,
AutoDevKit Team
