a_p_u_r_o
a_p_u_r_o
New version, now compatible with pyOCD and RP2040. https://github.com/elfmimi/libfx2/releases/tag/ez-dap-rc
https://github.com/KOBA789/keyboard-from-scratch/blob/81e337a384bd507e102536155b2cf2ae80299b45/firmware/src/main.rs#L109 この行を 0x95, 0x05 に変更すると直るようです。
Thanks @jannic , your [run-from-ram](https://github.com/jannic/rp2040-project-template/tree/run-from-ram) example helped much. though it didn't work as-is. First, `.vector_table` has to be copied to RAM as well. and there were some alignment related problems....
@zh522130 If you are interested in JTAG and SWD with PIO , I suggest you to take a look at [rust-dap](https://github.com/ciniml/rust-dap) . https://github.com/ciniml/rust-dap/blob/main/rust-dap-rp2040/src/pio/jtag.rs https://github.com/ciniml/rust-dap/blob/main/rust-dap-rp2040/src/pio/swd.rs
In the case of pyOCD , there is `cortex_m` target. which is guaranteed to be able to connect to any variant of the ARM Cortex series cores. For probe-rs ,...
Let me just point out there is an exception. ( there always be. ) That is there exist kind of target which requires TARGETSEL sequence before making a connection. The...
まずは、SwdIoSet と JtagIoSet をばらしてリソースを解放出来ることが必要ですが、 それよりも CmsisDapCommandInner の切り替えが出来る CmsisDap の実装がややこしそうです。
version correspondence rp-pico 0.6.0 => rp2040-hal 0.7.0 rp-pico 0.7.0 => rp2040-hal 0.8.0 rp-pico 0.8.0 => rp2040-hal 0.9.0
**How to build on Debian Bullseye** ``` apt install git make cmake binutils-riscv64-unknown-elf gcc-riscv64-unknown-elf picolibc-riscv64-unknown-elf ``` note: you'll need root privilege for the above command. then ``` > git clone...
Use dfu-util 0.10 . https://sourceforge.net/projects/dfu-util/files/