https://datasheets.raspberrypi.org/pico ... df#page=19
But when trying to actually debug I realized that hello_world.elf was missing:
Code: Select all
pi@raspberrypi400:~/pico/pico-examples/build/hello_world $ ls -l
total 20
drwxr-xr-x 2 pi pi 4096 Feb 3 07:07 CMakeFiles
-rw-r--r-- 1 pi pi 1260 Feb 3 07:06 cmake_install.cmake
-rw-r--r-- 1 pi pi 4079 Feb 3 07:06 Makefile
drwxr-xr-x 3 pi pi 4096 Feb 3 07:07 serial
drwxr-xr-x 3 pi pi 4096 Feb 3 07:07 usb
pi@raspberrypi400:~/pico/pico-examples/build/hello_world $ find . -name "*.elf"
./usb/hello_usb.elf
./serial/hello_serial.elf
pi@raspberrypi400:~/pico/pico-examples/build/hello_world $
I did cd into usb folder and was successful in single stepping through hello_usb.elf.
But where is hello_world.elf?
I just upgraded to 1.0.1 SDK, not sure whether that has an effect or not.
I only soldered the 3 SWD pins for now: