Question
Programming user option bytes
Posted on October 15, 2014 at 14:52
Hello,
I would like to know if it is possible to change the value of the register FLASH_OPTCR by mapping a variable on it and to set the value in constant ? I think this is not possible because we need to respect a predefined sequence to unlock the register but I can always ask for the question :) Example of what I want :const u32 u32_FlashOptcr @ 0x40023C14 = 0xFFFFFFFF;
Thanks,
Fabien.