Hello everyone,
I'm tasked with reducing the code size for our current project and progressed quite good so far. Among one the things I did was to disable the Text module (xdc.runtime.Text) in the TI-RTOS we are using. However, when I check the map file, I still find a rather large piece of code in the static section that I have no idea how to get rid off. I'm not sure if it is possible to remove it at all, as it may be essential to the RTOS.
This is the partical line inside the .text section eating 594 words.
ti.targets.rts2800.a28FP : System.o28FP (.text:_xdc_runtime_System_doPrint__I)
What I find particularly odd about this, is that I seem to be unable to find any information about this function in the XDC documents.
Could one kind soul be so kind and give me a hint as to what this is and possibly how to get rid of this?
Our setup is this
TMS320F28096
CCS v6.1.1
TI RTOS v2.12.1.33
C2000 v6.4.4
If more informations are required, I'll try to supply them.
Thanks and regards in advance.