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: tm4c123gxl supporting files and target device

Other Parts Discussed in Thread: TM4C123GH6PM

Tool/software: Code Composer Studio

Hi,

       I am working with TM4C123GXL with ccv6.. I am new to embedded development, i have executed the example programs but i faced an issue while creating a new project . I have two quiries..

1. while creatin a project i have selected Tiva c series but target device not found i.e.,TM4C123GXL

2. what are all the supporting file needed to build a project...i have written a code using timers, interrupt, uart and led...any configuration files need to be included?

please help me out for the same 

  • Hello

    tamizhbharathi kesavan said:
    1. while creatin a project i have selected Tiva c series but target device not found i.e.,TM4C123GXL

    The TM4C123GXL LaunchPad has a TM4C123GH6PM. That device option is what you want to choose

    tamizhbharathi kesavan said:
    2. what are all the supporting file needed to build a project...i have written a code using timers, interrupt, uart and led...any configuration files need to be included?

    You will want to start with TivaWare:

    http://www.ti.com/tool/SW-TM4C

    Since you are just getting started, I suggest using the latest CCS version - CCSv7. Check out the CCSv7 Training page. It highlights the new CCSv7 Resource Explorer to browse for CCS collateral. From there, you can find a CCSv7 beginner workshop for Tiva. I would strongly recommend getting started with that.

    Thanks

    ki