Add rustdap usage instructions

This commit is contained in:
9names 2022-11-06 20:34:17 +11:00
parent be40e36a95
commit 7eecdba004
2 changed files with 8 additions and 2 deletions

View File

@ -42,9 +42,12 @@ If you aren't using a debugger (or want to use cargo-embed/probe-rs-debugger), c
- A CMSIS-DAP probe. (J-Link and other probes will not work with probe-run) - A CMSIS-DAP probe. (J-Link and other probes will not work with probe-run)
You can use a second Pico as a CMSIS-DAP debug probe by installing the following firmware on it: You can use a second Pico as a CMSIS-DAP debug probe by installing either of the following firmware on it:
https://github.com/majbthrd/DapperMime/releases/download/20210225/raspberry_pi_pico-DapperMime.uf2 https://github.com/majbthrd/DapperMime/releases/download/20210225/raspberry_pi_pico-DapperMime.uf2
https://raw.githubusercontent.com/9names/binary-bits/main/rust-dap-pico-ramexec-setclock.uf2
More details on supported debug probes can be found in [debug_probes.md](debug_probes.md) More details on supported debug probes can be found in [debug_probes.md](debug_probes.md)
</details> </details>

View File

@ -13,6 +13,9 @@
- Connect GP3 on the Probe to SWDIO 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 - Connect a ground line from the CMSIS-DAP Probe to the Target too
If you have good wiring between your Pico's, you can instead use rust-dap for faster programming:
https://raw.githubusercontent.com/9names/binary-bits/main/rust-dap-pico-ramexec-setclock.uf2
## WeAct MiniF4 ## WeAct MiniF4
https://therealprof.github.io/blog/usb-c-pill-part1/ https://therealprof.github.io/blog/usb-c-pill-part1/