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.

Tiva TM4C123GH6PGE c functions reference

Hello,

I'm new to the TI developing boards and i want to start writing the code of the controller using CCS.

I loked over the examples that came with TivaWare and that work fine.

My prolem is that i want to start writing my own code but i cant found any function reference about the functions that i can use while writing the c code for the controller.

So please can you refere me to any documentation about 'what are the c functions that i can write to my controller.

By the way, my most relevent parts are the CAN communication protocol and the 9-axis sensor (Accel, Gyro, Magno).

Thanks

  • Hi Shay,

    It comes right with your TivaWare package.

    Check TivaWare download page, it's there too. I believe you want the Tivaware Peripheral Driver Library User Guide.

    Also you can check a bit here if you are starting with the Tiva:

  • Shay Geva said:
    I'm new to...TI boards...most relevent parts are the CAN communication protocol and the 9-axis sensor

    You don't speak at all to your general MCU and/or programming experience.   That's usually helpful in preparing a response - is it not?

    KISS argues strongly against your "starting" with CAN and a complex (bit buggy - according to many, many posts here) 9-axis sensor.

    Usually it proves best to immerse yourself w/in the MCU manual - practice with the numerous, pre-built code examples - and master one MCU peripheral at a time.

    Launching with CAN and a 9-axis sensor may well reveal the "launch-lite" capabilities of an economy board with a name (somewhat) beyond what's delivered...

  • Thank you Luis Afonso, i'm going to look forward to this tutorials.

  • Hello cb1_mobile,
    About my programming experience, i'm a Software Engineering graduate with 1 year of experience and i'm writing mosly in c and c#.
    I'm not new to the microcontrollers world because my other project includes writing to Altera FPGA controller. In order to write to that controller i'm using NIOS II and the code is written in c also.
    I looket throw the built in examples and i posted this post because i didn't found any references about the functions that they use in the examples.
    I worked already with CAN protocol and other 9-axis sensors (Accel, Gyro, Magno) on my FPGA controller, so to accomplish this project i need to understand the the functions that controlls the CAN protocol and the 9-axis sensor.