No OptionByte setting from file
I am trying to migrate from UM0462 Flash Loader Demonstrator to the STM32CubeProgrammer (upon a recommendation from STM, as the former becomes obsolete). Yet I seem to be missing the option of loading OptionByte file.
The documentation for cube refers to option byte, but not as a file:
Option bytes command
-ob, --optionbytes
Description: This command allows the user to manipulate the device option bytes by displaying or modifying them.
Syntax: -ob [displ] / -ob [OptByte=<value>]
[displ]: Allows the user to display the whole set of option bytes.
[OptByte=<value>]: Allows the user to program the given option byte.
Example
./STM32_Programmer.sh –c port=swd –ob rdp=0x0 –ob displ
How does one load an OptionByte.hex file, besides the .bin file?
