Skip to main content
Graduate II
December 11, 2023
Solved

Possible to increase RAM_D1 domain size?

  • December 11, 2023
  • 1 reply
  • 925 views

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!

 

    This topic has been closed for replies.
    Best answer by Tesla DeLorean

    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.

    1 reply

    Graduate II
    December 11, 2023

    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.