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.

RTOS/EK-TM4C1294XL: Compiler Settings in CCS 8

Part Number: EK-TM4C1294XL

Tool/software: TI-RTOS

Hi Team,

Can anyone please provide tm4c1294xl board compiler/ any basic settings needs to be done in ccs 8

Thanks & Regards 

Mohan R

  • I suggest that you start with examples from TI. A good place to start is by downloading the TivaWare driver library and building some of the examples provided. http://www.ti.com/tool/sw-tm4c
    After installing TivaWare, look for examples in: C:\ti\TivaWare_C_Series-2.1.4.178\examples\boards\ek-tm4c1294xl
    Use the Code Composer "File" -> "Import" feature to copy an example project into your workspace. This should provide you correct settings. You may then wish to change the compiler version used to point to one that you have installed to avoid getting the warning that the project was originally done with an older version.

    For TI-RTOS examples, see the information in the response I provide to your previous post.
    e2e.ti.com/.../785718
  • Thank you so much its working find now.