How to write non-reserved option bytes on STM32H750xx MCU?
Hello!
The STM32H750xx data sheet states that the MCU has 2KB of space in flash memory for "option bytes." However, the programming reference describes on page 176 that "Table 21 lists all the user option bytes managed through the embedded Flash memory registers, as well as their default values..."
Table 21 describes only 8 32-bit words, which would seem to leave 2048 - 32 = 2016 bytes of memory remaining. I want to use this option byte space in flash to store a few data bytes my application needs in non-volatile memory.
How can I write to the area of these flash option bytes not reserved for the other functions described in Table 21 of the programming reference manual?
Thanks!
-Brian