pyOCD icon indicating copy to clipboard operation
pyOCD copied to clipboard

stm32h743xx: Add AXI SRAM memory map

Open agausmann opened this issue 4 months ago • 4 comments

Reference: RM0433, Table 7 (Memory map) https://www.st.com/resource/en/reference_manual/rm0433-stm32h742-stm32h743753-and-stm32h750-value-line-advanced-armbased-32bit-mcus-stmicroelectronics.pdf

agausmann avatar Feb 17 '24 20:02 agausmann

This issue no longer applies and can be closed, IMO. On the Nucleo-H743ZI, I see that AXI ram is mapped (as RAM_D1).

jcw avatar May 10 '24 20:05 jcw

I fail to see how it "no longer applies". main has not moved since I created this.

If you'd like, I can recreate the scenario / the commands I tried to run that do not work without this patch.

agausmann avatar May 10 '24 21:05 agausmann

On the Nucleo-H743ZI, I see that AXI ram is mapped (as RAM_D1).

Why would on-chip RAM be declared in the board file instead of the MCU target file?

agausmann avatar May 10 '24 21:05 agausmann

Nah, I can't do anything about this. Just thought I'd mention that I can access ram at 0x24000000 to upload to it.

jcw avatar May 11 '24 05:05 jcw