OpenOCD configuration for Tiny BLE

Hi!

Does anyone have an OpenOCD configuration for Seeed-Tiny-BLE?
(seeedstudio.com/depot/Seeed- … -2268.html)

I’m assuming the ‘interface’ part for openocd init would be cmsis-dap.cfg in the board config. But what other lines are required?

OpenOCD git repo has a new file tcl/target/nrf51.cfg that could work for nrf51822 too.

Would just pulling the latest git version of OpenOCD with these lines in the board config:

 source [find interface/cmsis-dap.cfg]
 source [find target/nrf51.cfg]

work with this board?

I’ve just ordered the board, so I haven’t had a chance to test it yet.
Just wondering if someone is already working with this board with OpenOCD (I’m going to be using it from Mac OS X).

Cheers,
Jani

Looks like board support was added for pyOCD. I’ll take a look at it. I prefer python anyway over TCL :slight_smile: