cancel
Showing results for 
Search instead for 
Did you mean: 

UID_BASE access from STM32H745ZI CM4 Core?

Beni1
Associate II

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 Memory region to somewhere else or can use a DMA to read it?

I have a workaround that I read the registes with the CM7 core and put it into the shared memory region so the CM4 core can read it from there, but it has to wait until CM7 core does it.

Thanks,

Beni

1 ACCEPTED SOLUTION

Accepted Solutions
Bouraoui Chemli
ST Employee

Hi @Beni​ 

Cortex-M4 does not have access to the system memory (0x1FF00000-0x1FF1FFFF). You can use the DMA or the MDMA.

Best regards

Bouraoui

View solution in original post

2 REPLIES 2
Bouraoui Chemli
ST Employee

Hi @Beni​ 

Cortex-M4 does not have access to the system memory (0x1FF00000-0x1FF1FFFF). You can use the DMA or the MDMA.

Best regards

Bouraoui

WButt.1
Associate

I am unable to access UID_Base from BDMA, DMA1 and DMA2. Is it also not possible?