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.

TM4C129XNCZAD: How do I create CCS v10 project from a Sysconfig v1.9 file?

Part Number: TM4C129XNCZAD
Other Parts Discussed in Thread: SYSCONFIG, EK-TM4C1294XL

Dear all TI Engineers and Experts,

I am planning to develop something on this board:

www.mikroe.com/easymx-pro-tiva

It carries a TM4C129XNCZAD and a ILI9341 display.

So I start Sysconfig v1.9 and try to initialise all those on board peripherals.  Then, I will get a, for example, mikroTM4C129.syscfg file.

I can also create a Code Composer Studio v10.4 empty project for TM4C129XNCZAD.

Now, the problem is:

How do I merge mikroTM4C129.syscfg into the above empty CCS project so as to form a valid CCS project for my mikroe board?

Also, do you have any sysconfig template for ILI9341 display?

  • Hi,

      I have not used Sysconfig for TM4C129 MCU. I think it is more for SimpleLink SDK which is different from TivaWare. If you want to develop software for TM4C, I will suggest you start with examples included in TivaWare library. Please download TivaWare library from https://www.ti.com/tool/SW-TM4C. Once you download the library, you can find many examples in C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\dk-tm4c129x. These examples are for TM4C129xnczad MCU running on the DK-TM4C129x development board. Details about DK-TM4C129x can be found in https://www.ti.com/tool/DK-TM4C129X. All of the examples are already built as CCS projects. You simply import them into CCS workspace and ready to run right away. There are additional examples in C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl and these examples are ready to run on EK-TM4C1294XL LaunchPad. 

       

  • Nice!  Many software and libraries!  Thanks!