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.

Where to find the TM4C123GH6PM.h file in CCS 5.5

Other Parts Discussed in Thread: TM4C123GH6PM

Hello ,

I new two tiva series controller.

i have purchased the Tiva C series tm4c123g launch pad. in this i want to control the LED connected on port F.

in this project i dont want to use peripheral lib available in ROM. 

so can you please let me know how to access port F register in CCS 5.5? 

  • Hi,

       tm4c123gh6pm.h is at the \inc folder of your Tivaware Installation Directory.

    Umesh Patil15 said:
    i have purchased the Tiva C series tm4c123g launch pad. in this i want to control the LED connected on port F.

      There is a sample code snippet for accessing GPIO at the Tivaware Peripheral Library User's Guide. There is also a blinky example program. You can learn from those GPIO codes.

      If you are new to Tiva Launchpad, see the Tiva Launchpad workshop to learn some basics. There are also other tutorials elsewhere in the internet for Tiva Launchpad.

    - kel

  • Hello Umesh,

    I would strongly advise to use the TivaWare library than the Direct macro Access file.

    Reason-1: While Direct Macro Access is good learning, managing code is difficult

    Reason-2: More difficult to debug when a failure in complex function occurs

    Reason-3: Do not re-invent the wheel when you are new

    Regards

    Amit