Part Number: TMS320F28069M
Greetings! I`ve notice that in the F28069M.cmd file the FLASH memory is devided in several sections like FLASHA_B, FLASHC, FLASHD and so on. Is there a problem to combine them into a single one? I want to put a large array and this devision prevents it. I also have instaSPIN Lib. The array contains symbols for 128x160 TFT display. So can I add everything to FLASHA_B part?
FLASHA_B : origin = 0x3F0000, length = 0x007F80 /* on-chip FLASH */
to become
FLASHA_B : origin = 0x3D8000, length = 0x01BF80 /* on-chip FLASH */
Thanks!