Resolved! UID_BASE access from STM32H745ZI CM4 Core?
I would like to access the UID_BASE (0x1FF1E800) register from the CM4 core, but I run into a HardFault. I checked the reference manual and page 137 says that memory map is reserverd for the CM7.Is there a way to read it somehow to map that System Me...