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 board

Other Parts Discussed in Thread: TMDXIDK5718

Tool/software: Code Composer Studio

I have a TMDXIDK5718 board and i would like to start with a "hello word" project for this platform, that is new for me.

How can I configure CCS for this board and where can I find any example project ?

Thanks

  • Hi,

    To start with a "Hello world" project, CCS already provides all the basic support for this. Please check the short clip below:

    On the procedure above, it is important to be sure not have any Linux already running on the board (remove the SD card, for example) as the "baremetal" procedure may fail due to the previously initialized hardware. 

    On the other hand, starting from a pure "baremetal" approach and reaching a more complete/useful system is a daunting approach. In this case, I would strongly advise you to download and study the Processors SDK RTOS for AM57x platforms, available at the following link:

    http://www.ti.com/tool/PROCESSOR-SDK-AM57X 

    Hope this helps,

    Rafael