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 -jbuild/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_picobuild_pico/akiprobe.uf2 will be generated.
| Function | Pin | Port |
|---|---|---|
| SWCLK/TCK | 4 | GP2 |
| SWDIO/TMS | 5 | GP3 |
| TDI | 1 | GP0 |
| TDO/SWO | 2 | GP1 |
| nRESET | 9 | GP6 |
| UART TX | 6 | GP4 |
| UART RX | 7 | GP5 |