I am new to Tiva-C and TI-RTOS. I have completed the Tiva-C and TI-RTOS video training. I am now ready to start my own project. We are building a target board using the TM4C123FH6PM. In the mean time, I am trying to work with the Launchpad and ICDI debugger along with a breadboard that has my application circuits on it. My thought is that I can code and debug using the Launchpad+breadboard then move the code to the real target thus getting ahead on debugging. My project needs I2C, SPI and all 8 comm ports of the TM4C processor.
The problem is, I created a new SysBios typical project and don't know how to add Tivaware features to the SysBios project template. I tried including some libraries from other Tivaware projects but I get errors (e.g. #35 - This platform is not supported by TI-RTOS currently.).
What is the correct way to prepare a startup project that will let me code with the TI-RTOS and access the GPIO, I2C, SPI and COMM Ports?
I apologize if this has a clear and obvious answer, but being new to this I am missing something most likely simple. I appreciate any help.