k210-sdk-stuff/rust/k210-console/openocd.cfg
Wladimir J. van der Laan d9453e8a52 Fun with rust
2019-05-11 10:24:59 +00:00

12 lines
225 B
INI

transport select jtag
adapter_khz 1000
set _CHIPNAME riscv
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x04e4796b
set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME riscv -chain-position $_TARGETNAME
init
halt