8947bf5b7b64088b484be65200322b48648b6e2f
[riscv-tests.git] / debug / targets / freedom-u500 / openocd.cfg
1 adapter_khz 10000
2
3 source [find interface/ftdi/olimex-arm-usb-tiny-h.cfg]
4
5 set _CHIPNAME riscv
6 jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10e31913
7
8 set _TARGETNAME $_CHIPNAME.cpu
9 target create $_TARGETNAME riscv -chain-position $_TARGETNAME -rtos riscv
10
11 init
12
13 halt
14 echo "Ready for Remote Connections"