Part Number:DK-TM4C129X
Tool/software: TI C/C++ Compiler
I am using CCS 8.0.0.00016 to develop code on a DK-TM4C129X dev kit. I am wondering if there is any way to tell the linker to allocate all remaining internal RAM to the heap, rather than having to specify an absolute size. For example, something along the lines of "--heap_size=MAX". It is somewhat of a pain to have to examine the map file to determine available RAM and then update the heap size options.
Regards,
Dave