How to read the FLASH_SIZE register (0x08FFF80C) of the STM32H563 in OEMiROT_Boot?
Hi,I am using STM32H563 with OEMiROT_Boot example project, I got a problem to read the FLASH_SIZE register (0x08FFF80C).I found two issues,(1) the value of this register is 0 at begining of OEMiROT_Boot main() function.(2) the register become not acc...