PeterO -- As it turns out I have a debug probe!It does still need openocd, but it is used to talk a different protocol (I forget the name) to the debug probe over USB. The probe then does the actual "bit banging" to implement the actual SWD protocol to program/debug the target.
PeterO
More questions for you: What is the 'openocd' incantation to upload a file (I know it has to be in ELF format) using openocd with the debug probe? Something like this??
Code:
openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "program blink/blink.elf verify reset exit"
Is there any documentation for using the debug probe? They talk about it extensively in the "Getting Started Guide", but after reading through it about 3 times, I never found the keys to make it work. All I need to do for now is upload compiled files from my RPi5 to the Pico.
Statistics: Posted by irishmonk-57 — Tue Jan 23, 2024 7:23 am