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.

CCS/TMDXIDK5718: mmWave SDK firmware

Part Number: TMDXIDK5718

Tool/software: Code Composer Studio

Hello.

I am trying to load a firmware program created by CCS into the TMDXIDK 5718 and execute it.
This firmware program performs group tracking.
The group tracking library has been released by TI and will be used.

"Group tracking library released by TI" is "gtrack" in mmWaveSDK.

But I do not know how to do that.
The specific questions are as follows.
・ How to make gtrack
・ How to load the library created by make to TMDXIDK5718
・ How to execute the library from the firmware program

Please let me know if there are any documents or URLs listed above.


Thank you.

  • Hi,

    This has been assigned to a TI engineer, but please note that feedback may be delayed due to holidays in the USA.

  • Former Member
    0 Former Member in reply to Biser Gatchev-XID

    Hello,

    Directions for building and calling the gtrack library are provided in the doxygen of the gtrack directory in the mmWave SDK. The library is only provided for the DSP and R4F of the mmWave devices. If you are developing firmware for other devices it cannot be guaranteed that the libraries are compatible. However since the source code is provided you are free to reference the source code and implement similar logic in your firmware for other EVMs.

    Amanda