A CMSIS-DAP V2 implementation for AE-LPC11U35-MB and Raspberry Pi Pico(rp2040).
for AE-LPC11U35-MB
$ git submodule update --init
$ make -C build -j
build/akiprobe_crc.bin
will be generated.
Function | Pin | Port |
---|---|---|
SWCLK/TCK | 27 | P0_21 |
SWDIO/TMS | 4 | P0_8 |
TDI | 9 | P0_12 |
TDO | 10 | P0_13 |
nRESET | 23 | P0_2 |
Connected LED | 3 | P0_7 |
UART TX | 18 | P0_19 |
UART RX | 17 | P0_18 |
$ cmake -S . -B build_pico -G Ninja -DPICO_PLATFORM=rp2040 -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=MinSizeRel -DPICO_SDK_PATH=../pico-sdk
$ cmake --build build_pico
build_pico/akiprobe.uf2
will be generated.
Function | Pin | Port |
---|---|---|
SWCLK/TCK | 4 | GP2 |
SWDIO/TMS | 5 | GP3 |
TDI | 6 | GP4 |
TDO | 7 | GP5 |
nRESET | 9 | GP6 |
UART TX | 11 | GP8 |
UART RX | 12 | GP9 |