Hii Ki,
I am attaching a photo copy of C code, on that some error present. why & how solved the error i'm not getting.
Please give me suggestion.
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.
Having a similar issue with a very basic program. Trying to send "Hello World" out the UART of my Tiva C Launchpad. (I can post code if you want it, but I'll keep this cleaner for now)
I've got all my #includes and I was reading that I need to connect the project to "driverlib" file (driverlib/ccs/debug) so I included that in my file. Also imported that driverlib CCS project and linked my project to it in the Workspace. I still get an "unresolved symbols remain" error.
I'll be frank... I've been using Energia for many months now because CCS has a very, very steep learning curve. The "Getting Started" tutorials never talk about needing to (or how to) link your new project to files in the TivaWare stuff or how to set up the linker search paths and whatnot. I've had to find that out the hard way on my own and by reading other forum posts. Now I need CCS's ICDI tools for my project and would prefer to use TI's device libraries, but not being able to compile such a simple program is VERY frustrating...