Resolved! How to program FLASH_OPTR register to survive system reset?
Hello,I'm trying to control the boot behavior of my STM32L412 development board which has a floating BOOT0 hardware pin.I'm trying to clear the SWBOOT0 bit in FLASH_OPTR using firmware. So far I am able to unlock the register and clear the bit. Th...