It's a lot to digest what you are doing there ... but I like it. ![Smile :)]()
So here it hangs waiting for the other core to park/stop/whatever (need to see what it does) ?
multicore_lockout_start_blocking(); // <- this does not return

VSCode debugger is a little bit of ... anyway. Have you tried to do stepping in disassembly, not C ?After the system locked up, I press the "pause" button. Then I get the call stack, can browse through everything. When I then press the "step into" button (arrow pointing down on a dot), all "stepping buttons" go dark, and I have to press "stop" (red square) and start from the beginning.
So here it hangs waiting for the other core to park/stop/whatever (need to see what it does) ?
multicore_lockout_start_blocking(); // <- this does not return
Statistics: Posted by gmx — Sun Dec 08, 2024 10:44 pm