Resolved! STM32H563: Reading flash size data register at 0x08FFF80C => Hard Fault
I'm using a Nucleo-H563ZI in non-secure mode.When I access the FLASHSIZE_BASE address:#define FLASHSIZE_BASE (0x08FFF80CUL) /*!< Flash size data register base address */I get a hard fault (16 or 32 bit access).In the debugger the memory dum...