sbach has quit [Read error: Connection reset by peer]
sbach has joined #openocd
rkta has quit [Quit: start keylogger]
rkta_ has joined #openocd
rkta_ has quit [Quit: zzz]
rkta_ has joined #openocd
rkta_ is now known as rkta
c4017 has joined #openocd
emeb has joined #openocd
Bertl_zZ is now known as Bertl
nerozero has quit [Ping timeout: 256 seconds]
emeb has quit [Quit: Leaving.]
Bertl is now known as Bertl_oO
akaWolf has quit [Ping timeout: 252 seconds]
zjason` has joined #openocd
zjason has quit [Ping timeout: 256 seconds]
akaWolf has joined #openocd
testguest has joined #openocd
testguest has quit [Client Quit]
testguest has joined #openocd
<testguest>
Hi, I'm having an issue with tcl scripting and can't seem to find answer anywhere. All tcl commands like only returns 0x1a. But they do show result
<testguest>
In main openocd console
<testguest>
I run openocd with bluepill, stlink-v2.cfg and stm32f1x.cfg. another console run tcl script
<testguest>
To be clear, all the commands work. But I get no return from tcl script itself, only 0x1a. The results however print on openocd console
<PaulFertser>
testguest: are you using current master?
<PaulFertser>
testguest: are you using "capture" command?
<testguest>
No Im not using current master. Apt installed it
<PaulFertser>
testguest: ok, then you should be able to use "capture" command to do what you want.