I use CCS6 and have succeed to import example for TM4C regarding UART one side and GPIO interrupt on the other side => it create two project..
I need to have everything in one single project. I have tried to copy the C file with a copy paste in the project explorer, but of course now it seems it doesn't find its include.
What is the procedure to create one single project and include the files from UART project and GPIO Interrupt project ?