FA2022 USB-D11C-serial (Arduino IDE + Raspberry Pi pico)¶
Attention
This Page is still under construction
Set up Raspberry Pi Pico as SWD debugger¶
Ref.Turning Raspberry Pi Pico into an SWD Debug Probe with Picprobe
Pinout¶
setup¶
-
Download picoprobe.uf2 from Raspberry Pi DocumentationDebugging using another Raspberry Pi Pico
-
Hold BOOTSEL button and connect Pi Pico into your PC
- Drug and Drop picoprobe.uf2 file into USB drive RPI-RP2
Recognizing Picoprobe on Mac¶
% ls /dev | grep usb
cu.usbmodem14401
tty.usbmodem14401
//% brew install lsusb
% lsusb
Bus 020 Device 000: ID 2e8a:0004 2e8a Picoprobe Serial: E660583883472E2C
Connection¶
Pi Pico | USB-D11C-serial |
---|---|
GP2 | SWCLK |
GP3 | SWDIO |
GND | GND |
Burn bootloader from Arduino IDE¶
TEST 1¶
TEST 2¶
Ref. pico-debugを使って1枚のRaspberry Pi Picoで自分自身をデバッグしてみる
Ref. pico-debug: a built-in CMSIS-DAP debugger for the RP2040 #RaspberryPiPico #Debugging @Raspberry_Pi
Ref. git
Last update:
April 1, 2022