Why am I unable to disable Read Out Protection from within my source code?
I am working with the STM32F446 microcontroller and I want embed the option bytes into my source code so I wrote the following and call it first thing in main():static FLASH_OBProgramInitTypeDef __attribute__((aligned(4))) CORRECT_OPTION_BYTES = { ...