Option Bytes programming not working
Hello,
I am using v2.2.0 over a ST-Link/V3 (FW version: V3J3M2B3S1).
I connect to a STM32L471RGT6 MCU.
Then I want to change the User Configuration OptionByte IWDG_STOP from 1 to 0.
I get: Error: Option Byte Programming failed.
Is this a bug or am I doing something wrong?
Log:
09:29:04 : Option byte command : -ob IWDG_STOP=0
09:29:04 : PROGRAMMING OPTION BYTES AREA ...
09:29:04 : Bank : 0x00
09:29:04 : Address : 0x40022020
09:29:04 : Size : 20 Bytes
09:29:04 : Reconnecting...
09:29:05 : Reconnected !
09:29:05 : UPLOADING OPTION BYTES DATA ...
09:29:05 : Bank : 0x00
09:29:05 : Address : 0x40022020
09:29:05 : Size : 20 Bytes
09:29:05 : Bank : 0x01
09:29:05 : Address : 0x40022044
09:29:05 : Size : 16 Bytes
09:29:05 : OPTION BYTE PROGRAMMING VERIFICATION:
09:29:05 : Error: Expected value for Option Byte "IWDG_STOP": 0x0, found: 0x1
09:29:05 : Error: Option Byte Programming failed
