cancel
Showing results for 
Search instead for 
Did you mean: 

Possible to increase RAM_D1 domain size?

elso
Associate III

Hi All!

I am working with a STM32H723ZG. As shown in the pictures below this is the memory layout. However is it possible to increase the size of the RAM_D1 domain by reducing another domain? If yes, which domain/RAM can I take memory from to increase the D1 domain? I would assume it is done in the XXX_RAM.ld file? How much is it possible to increase it?

elso_0-1702305801539.pngelso_1-1702305862249.png

Best regards!

 

1 ACCEPTED SOLUTION

Accepted Solutions

The Linker Script directs the Linker about where it can place things. 

You can't change how the address decode hardware is wired. That's not how things work.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

1 REPLY 1

The Linker Script directs the Linker about where it can place things. 

You can't change how the address decode hardware is wired. That's not how things work.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..