Part Number:EK-TM4C1294XL
Tool/software: Code Composer Studio
Hello everyone,
I would like to advise as in CCS Version: 7.4.0.00015 to set the flash memory size of my MCU ektm4c1294xl.
default is the flash size in the linker script (.lds file) I guess where :
name origin length used unused attr fill
---------------------- -------- --------- -------- --- ----- -----------
FLASH 00000000 00100000 00001bc4 000fe43c R X
SRAM 20000000 00040000 00000268 0003fd98 RW X
so FLASH size is 00100000 and I want to change it to smaller value.
Where can I may setup this?
Thank you all. :)