All,
I’m having some issues when trying to get libswd working with openocd. I can successfully read/write memory from libswd directly but when I try to do the same with openocd I am running into problems namely I am stuck with the error message:
Error: BUG: current_target out of bounds.
All I am doing in my config is:
interface_transports swd
transport select swd
I did have a target config but stripped everything out to see if that was causing the error but it appears the error lies in those two lines.
Any help is greatly appreciated.
David