This all began with this example:
It involves first using the SDK to build "blinky" as per these instructions: I already have the SDK, but have never done much with it (other than indirectly using it to build the firward for the pico probe I set up). The first step is to clone his directory:cd /u1/Projects/rp2040 git clone https://github.com/majbthrd/pico-debug.git cd pico-debugIt looks like his project is about putting the pico SWD debug tool and your app into a single Pico and being able to use openocd to debug it. He says "cd to pico-examples from the pico directory we created earlier" and we have no idea what he is talking about. Where is pico-examples? Where do I get it from?
load monitor reset init continueIf you want to set a breakpoint:
load monitor reset init b main continue
Tom's electronics pages / tom@mmto.org