Part Number: TMS320F2808
Tool/software: TI C/C++ Compiler
Hi,
I am using code generation tool v6.4.6 to build the code for F2808 processor but when I switched to the new cgt version v16.9.2 LTS even thought the generated code matches exactly with older cgt version, the memory occupied by .text section is increased by approximately 2.5+ kilo bytes causing the memory allocation failure for .text section in RAM HO section.
Upon looking at memory map for the same code with boot from flash option, the extra memory is occupied by rts2800_ml.lib. Under this a new obj k_rem_pio2.obj occupying 1.6 kilobytes and s_sinf.obj replacing sinf.obj (older cgt) occupying an extra memory of 0.5 kilo bytes. The rest of the .objs are taking lesser memory compared to the older version.
Please let us know the reason behind this problem and how to overcome the same.
-Aditya