Close

Dual-core debugging example on RP2040

A project log for Debugger Dedicated to Embedded Systems

Compact Debugger is an embedded-specific debugger written entirely in pure C, designed for efficiency and low resource usage.

chaostangCHAOS.TANG 02/06/2026 at 10:350 Comments

The following animated image shows a dual-core debugging example on the RP2040.
In this example, CORE0 executes several instructions and is then halted (as indicated by HALT in the status bar), while CORE1 continues running and continuously outputs data via RTT.

Discussions