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/EK-TM4C123GXL: pheripherial examples on tm4c123gxl and TM4C1294NCPDT

Part Number: EK-TM4C123GXL
Other Parts Discussed in Thread: EK-TM4C1294XL

Tool/software: Code Composer Studio

Hello,

            I am working on a project which requires following peripherals. I have just moved from the msp430 and msp432 controllers to tiva c series .So I am looking for peripherals examples for the same. I would also like to know that whether the ccs versions for tiva c series and msp430 are same ??. 

Pheripherials used: I2C, SPI ,UART, ADC,PWM,ETHERNET 

  • Hi Gourav,

      For I2C, SPI, UART, ADC and PWM examples you can find them under <TivaWare_Installation>/examples/peripherals/

      For Ethernet, there are examples under  <TivaWare_Installation>/examples/boards/ek-tm4c1294xl/ folder. You can start from the enet_io, enet_lwip and enet_weather examples.