This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28P550SJ: C/C++ library function

Part Number: TMS320F28P550SJ


Tool/software:

Hi TI expert,

My customer want to call C/C++ standard functions like malloc(), GerElem(), etc. in C2000 CCS project.

Do we have a library functions list which can share with me? Thanks!

BR,

Fengyu

  • Hi Fengyu,

    The library that you need for C/C++ standard functions like malloc be imported

     from #include <stdlib.h>

    i'm not sure what GerElem() is.

    The entire list of libraries to import can be found in C:\ti\ccs1270\ccs\tools\compiler\ti-cgt-c2000_22.6.1.LTS\include

    Best,

    Ryan MA