cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H753XIHX_FLASH.ld Question

RLein.1
Associate II

Regarding this memory declaration section in the .id file, what does the "x" in the parenthesis represent?

/* Specify the memory areas */

MEMORY

{

 FLASH (rx)   : ORIGIN = 0x08000000, LENGTH = 2048K

 DTCMRAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K

 RAM_D1 (xrw)  : ORIGIN = 0x24000000, LENGTH = 512K

 RAM_D2 (xrw)  : ORIGIN = 0x30000000, LENGTH = 288K

 RAM_D3 (xrw)  : ORIGIN = 0x38000000, LENGTH = 64K

 ITCMRAM (xrw) : ORIGIN = 0x00000000, LENGTH = 64K

 QSPI   (r)  : ORIGIN = 0x90000000, LENGTH = 16M

}

1 REPLY 1

It's UNIXish

R Read

W Write

X Execute

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