Thanks Uwe! Now it works if you keep pressing the reset button! But after running "telnet localhost 4444", what commands work for lock/unlock and read/write flash? I tried: > stm32lx unlock 0 Cannot identify target as a STM32L family. auto_probe failed > stm32f2 unlock 0 invalid command name "stm32f2" > stm32f2x unlock 0 invalid command name "stm32f2x" > stm32f2x options_read 0 invalid command name "stm32f2x" > stm32 options_read 0 invalid command name "stm32" > stm32l options_read 0 invalid command...
Hi Aurelio, Have you already tested the B-L072Z-LRWAN1 with OpenOCD? I'm having troubles to make it work. I'm using OpenOCD-0.10.0 and the result is: $ openocd-0.10.0.exe -f interface/stlink-v2-1.cfg -f target/stm32l0.cfg Open On-Chip Debugger 0.10.0 Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html Info : auto-selecting first available session transport "hla_swd". To override use 'transport select <transport>'. adapter speed: 300 kHz adapter_nsrst_delay: 100...