Tool/software: Code Composer Studio
If a section of memory is not specified in the command linker file's MEMORY section will it be inaccessible during the linking process?
For example:
MEMORY
{
/* Mx is MCU dedicated */
RAMM0 : origin = 0x000121, length = 0x0002DE
/*RAMM1 : origin = 0x000400, length = 0x0003FF*/
}
If RAMM1 is commented out what is the net effect during the linking process and at run-time?
Kindly,
Graham