How to change option bytes in STM32CubeIDE?
I'm working with an STM32F04, and I'd like to change the option bytes so that my firmware can't be read back out after the device is programmed. I can tell from documentation I need to set the RDP byte to something besides 0xAA or 0xCC, but there isn't much about how to do this from the IDE.
Is there an option or a file I can edit in the STM32CubeIDE to modify the byte once my firmware is programmed?
Thank you!
