Unable to access Calibration Words with STM32H503RBT
I try to read VREFINT_CAL word :
uint16_t *VREFINT_CAL=(uint16_t *)(0x08FFF810);
uint16_t v = *VREFINT_CAL;
When running, Hard fault interrupt is called.
Memory protect seems not active (MPU not used, GTZC not enabled).
What can be the problem ?
Thanks.
