Hi all. I've managed to fix the issue now.
After looking at the parameters for generating the make file using cmake, I didn't specify the type of board and was relying on some defaults.
Followed by:
I was then able to use Eclipse and debug my application as usual ![Very Happy :-D]()
After looking at the parameters for generating the make file using cmake, I didn't specify the type of board and was relying on some defaults.
Code:
cmake -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DPICO_BOARD=pico2_w .Code:
sudo openocd -f interface/cmsis-dap.cfg -f target/rp2350.cfg -c "adapter speed 5000"Statistics: Posted by nasher100 — Fri Jan 23, 2026 6:34 pm