SparkFun Forums 

Where electronics enthusiasts find answers.

Open source ARM Debugger
By Keroronsk
#195834
Hello. I have STM32F410 MCU and ST-LINK v2. Can program and debug using OpenOCD without any problems. But I can't read or write opion bytes with OpenOCD. Still can read\write it via ST-LINK utility though. My TELNET session to OpenOCD looks like this:

stm32f2x options_read 0
>invalid subcommand "options_read 0" in procedure 'stm32f2x'

stm32f2x options_write 0
> invalid subcommand "options_write 0" in procedure 'stm32f2x'

How it is wrong? :think: