2022-07-18 01:23 PM
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
}
2022-07-18 01:54 PM
It's UNIXish
R Read
W Write
X Execute