Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.39 KB

debug_probes.md

File metadata and controls

36 lines (25 loc) · 1.39 KB

Compatible CMSIS-DAP debug probes

Raspberry Pi Pico

You can use a second Pico as your debugger.

WeAct MiniF4

https://therealprof.github.io/blog/usb-c-pill-part1/

HS-Probe

https://github.com/probe-rs/hs-probe

ST-LINK v2 clone

It's getting harder to source these with stm32f103's as time goes on, so you might be better off choosing a stm32f103 dev board

Firmware: https://github.com/devanlai/dap42

LPC-Link2

https://www.nxp.com/design/microcontrollers-developer-resources/lpc-link2:OM13054

MCU-Link

https://www.nxp.com/part/MCU-LINK#/

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

Firmware source: https://github.com/ARMmbed/DAPLink/tree/develop