cancel
Showing results for 
Search instead for 
Did you mean: 

I am using STM32H723 for my project, I plan to create a scatter file for the mapping area but I couldn't found any Memory Mapping explanation on the provided data sheet or programming guide. Does anyone know where I can refer the memory Mapping

NRAML.1
Associate II
 
1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

The Reference Manual has the map of memory regions and is the best source of info for the chip. See "Memory map and register boundary addresses".

https://www.st.com/resource/en/reference_manual/dm00603761-stm32h723733-stm32h725735-and-stm32h730-value-line-advanced-armbased-32bit-mcus-stmicroelectronics.pdf#page=132

Seems like a lot of work when you can just use existing solution for this. Your IDE of choice should have a solution.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

2 REPLIES 2
TDK
Guru

The Reference Manual has the map of memory regions and is the best source of info for the chip. See "Memory map and register boundary addresses".

https://www.st.com/resource/en/reference_manual/dm00603761-stm32h723733-stm32h725735-and-stm32h730-value-line-advanced-armbased-32bit-mcus-stmicroelectronics.pdf#page=132

Seems like a lot of work when you can just use existing solution for this. Your IDE of choice should have a solution.

If you feel a post has answered your question, please click "Accept as Solution".
NRAML.1
Associate II

Thank you for your help. I got the answer for my question.

I am using KEIL for this project, Yes I can use the existing solution for the memory mapping.