STM32 cube programmer locks in automatic mode
Automatic mode works fine just to download binaries to the MCU.
If It try to set option bytes read out protection to BB afterwards, the software will lock.
It displays:
15:20:13 : UPLOADING OPTION BYTES DATA ...
15:20:13 : Bank : 0x00
15:20:13 : Address : 0x40023c14
15:20:13 : Size : 4 Bytes
15:20:13 : PROGRAMMING OPTION BYTES AREA ...
And stays on this state forever, If I click "Stop automatic mode" it displays:
15:21:55 : aborting on going operation...
15:21:55 : Disconnected from device.
But it won't work normally. All the features related to non-automatic operation will remain disabled. The only way to bring it back is closing it, and opening it again.
When I change the option bytes manually, it works fine.
The string I used to set the read out protection is -ob RDP=BB
Is there anything else I should do ?
Any help will be highly appreciated.
