Specify pinouts for RP2040 based probe

This commit is contained in:
Jonathan Pallant 2021-10-18 10:37:51 +01:00 committed by 9names
parent cbf1691e1e
commit 061d76af3d

View File

@ -8,7 +8,10 @@
- Boot the Pico in bootloader mode by holding the bootset button while plugging it in - Boot the Pico in bootloader mode by holding the bootset button while plugging it in
- Open the drive RPI-RP2 when prompted - Open the drive RPI-RP2 when prompted
- Copy raspberry_pi_pico-DapperMime.uf2 from Downloads into RPI-RP2 - Copy raspberry_pi_pico-DapperMime.uf2 from Downloads into RPI-RP2
- Connect the debug pins of your CMSIS-DAP pico to the target one - Connect the debug pins of your CMSIS-DAP Pico to the target one
- Connect GP2 on the Probe to SWCLK on the Target
- Connect GP3 on the Probe to SWDIO on the Target
- Connect a ground line from the CMSIS-DAP Probe to the Target too
## WeAct MiniF4 ## WeAct MiniF4
https://therealprof.github.io/blog/usb-c-pill-part1/ https://therealprof.github.io/blog/usb-c-pill-part1/
@ -30,4 +33,4 @@ https://www.nxp.com/part/MCU-LINK#/
## DAPLink ## DAPLink
You can use DAPLink firmware with any of it's supported chips (LPC4322, LPC11U35, K20, K22, KL26). You'll need to use the 'develop' branch to use GCC to build it. You'll need to find a chip with the correct You can use DAPLink firmware with any of it's supported chips (LPC4322, LPC11U35, K20, K22, KL26). You'll need to use the 'develop' branch to use GCC to build it. You'll need to find a chip with the correct
Firmware source: https://github.com/ARMmbed/DAPLink/tree/develop Firmware source: https://github.com/ARMmbed/DAPLink/tree/develop