User Activity

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 ?Thank...
When generating code, files STM32H745ZITX_FLASH.ld are updated for CM4 and CM7For CM4, I found :/* Specify the memory areas */MEMORY{FLASH (rx)     : ORIGIN = 0x08100000, LENGTH = 1024KRAM (xrw)     : ORIGIN = 0x10000000, LENGTH = 288K}and for CM7 :/...
I use the last release of STM32CubeIDE (v1.1). When User Labels are defined for such peripherals as UARTs, TIMERs,..., defines are well created in main.hBut, when I define User Labels for simple GPIOs (inputs or outputs), nothing is generated in main...
Kudos from