<greyltc>
I can't seem to get the setup to work, but I assume that's because I don't know what I'm doing
<greyltc>
so I've started up with `openocd -s /usr/share/openocd/scripts -f interface/cmsis-dap.cfg -c 'transport select swd' -f target/efm32.cfg -c init -c halt`
<greyltc>
which looks quite promising
<greyltc>
so then I `telnet localhost 4444`
<greyltc>
and issue: `flash read_bank 0 /tmp/bank0`
<greyltc>
which returns
<greyltc>
Target is not Cortex-Mx Device
<greyltc>
auto_probe failed
<greyltc>
so now i wonder if anyone here can help or explain why i can't read the flash
slobodan has joined #openocd
<PaulFertser>
greyltc: hi! odd result you show
<PaulFertser>
greyltc: " -s /usr/share/openocd/scripts" isn't needed but doesn't harm.
<PaulFertser>
greyltc: current source code has no "Target is not Cortex-Mx Device" string. Next time please use some pastebin and show full output starting with the invocation command line.
<greyltc>
could that string be coming from the debugger's firmware?
<greyltc>
thanks for taking the time to help by the way :-)
<PaulFertser>
greyltc: I'd need to see full output to tell
<PaulFertser>
greyltc: hah, I see it used to be present in the source code, removed with a4b4750e3860fae620f51d34a43a655b5ccdd51d
<PaulFertser>
greyltc: so I suggest you use a self-compiled current HEAD from git.