I have the DK-TM4C123G board and I'm using CCS with TI-RTOS 1.21.00.09
I have designed a piggy-back board that adds the following:
- SPI device connected to SPI3 on PK3..0
- UART device on UART1 PC5..4 PF1..0 (latter for CTS-RTS)
- UART device on UART4 PJ1..0
- SPI device on SSI3 PK3..0
I'm trying to work from the example project grlibdemo_TivaTM4C123GH6PGE
I've been reading through the TI-RTOS 1.21 UG (spruhd4e.pdf) document and it talks about modifying the board file - DK_TM4C123G.c
I've written non-RTOS code that talks to my piggy back board but I am seeking advice on how to proceed as far as working in RTOS from my chosen example.
Questions:
1. Once I've clicked on Add UART/SPI to my configuration, what do I need to add in terms of code?
2. Will the XDC tools write the code into the files for me?
3. Is there a checklist of what I need to do to add the specific parts I want to add?