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 dump at address 0x08FFF80C only shows question marks.
Is there anything special to access the flash size data register for the H5 family?
