Modifying Option Byte Value from Program Running in SRAM and Loaded using dfu-util
I want to write a program for a fresh (first time power applied to it so there is nothing in Flash) STM32G0B1 that executes in RAM, resets the nBOOT_SEL bit in the Option Bytes (to allow DFU Mode to be invoked when Flash has been written). The reaso...