HardFault When accessing System memory from Cortex-M4 on STM32H755
I'm using a NUCLEO-H755ZI-Q board.
I tried to read following address.
- TEMPSENSOR_CAL1_ADDR (0x1FF1E820UL)
- TEMPSENSOR_CAL2_ADDR (0x1FF1E840UL)
But I can't.
it causes HardFault interrupt.
I also tried to read the area from Debugger.
Debugger said
Failed to execute MI command:
-data-evaluate-expression *((short*)0x1FF1E820)
Error message from debugger back end:
Cannot access memory at address 0x1ff1e820
But it is possible from Cortex-M7.
I tried other System Memory area, But I can't.
I think Cortex-M4 cannot access System memory area without special sequence.
How do I access the area form Cortex-M4?
Someone, please help me.

