Question
How to read the boot enabled/disabled bits in the user configuration option bytes of an STM32H7?
Hi all,
in the STM32CubeProgrammer section Option bytes (OB) there's one group called "user configuration". This group list the two checkboxes BCM4 and BCM7 to enable/disable booting each core. I assume that there are two bits in some R/W configuration register of the option bytes.
How do I (read-)access these two bits from code running on the MCU, if possible at all?
I was trying to find it in the reference manual (e.g. FLASH_OPTSR_CUR) but I need some more guidance here.
Best regards,
Matthias
