Hi,
I have a question about the default file 2837xD_RAM_Ink_cp1.cmd used for the project examples.
In the file there are two holes of 0x800 words, between RAMLS0 and RAMD0 of page 0 (hole of 0x800), and between RAMLS5 and RAMD1 of page 1(hole of 0x800):
___________________________________________________
RAMLS0 : origin = 0x008000, length = 0x002800 (end 0xA800)
RAMD0 : origin = 0x00B000, length = 0x000800
_________________________________________________
RAMLS5 : origin = 0x00A800, length = 0x000800 (end 0xB000)
RAMD1 : origin = 0x00B800, length = 0x000800
__________________________________________________
Can I increase the memory areas RAMLS0/RAMLS5 by 0x800 and then use the two holes correctly? or are the two holes inaccessible memory areas?
Best Regards,
Biagio