k210-sdk-stuff/rust/openocd.cfg

12 lines
225 B
INI
Raw Normal View History

2019-05-14 19:12:54 +04:00
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