I'm using a STM32F103C8 microcontroller. According to the STM32F10xxx flash memory programming manual (p.20) there are 2 option bytes which can be used to store user data. These bytes are called Data0 and Data1 and they are stored at address 0x1FFF F804.
Can these 2 bytes be used for permanently and reliably storing information (e.g. the power state of the microcontroller) after the power supply of the microcontroller has been cut off?