Tool/software: Code Composer Studio
Hi all, this is the first time I am doing this and I am sorry if I am doing something stupid here (probably I am). I am kind of lost and any help will be appreciated.
I am working on TMS320C5515, both EVM and custom board and using CCSv6.1.2 on Win7. I am using the linker given in the link, which enables the use of printf, in case you need to know; https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/215845/761954
I have been trying to integrate Chip Support Library 3.07 to my project. I followed the installation instructions for C5515 in C55XCSL-LOWPOWER-3.07.00_Installation_Guide.pdf and managed to load the ccxml file and set it as default, seen under the target configurations, and also to load the .gel file. The next steps in the instructions include the example projects for the silicon. I have imported them but I couldn’t have run them and it has not been enough to include the headers from CSL..
I tried to follow the instructions in these in links http://processors.wiki.ti.com/index.php/Include_paths_and_options and http://processors.wiki.ti.com/index.php/Portable_Projects#Portable_Projects_in_CCSv6
I have created a new build variable called COMMON_ROOT and used it to include header and source files from the CSL in the Include Options. Then on, I can include the headers in my code. However I cannot call functions. When I do so I get the error #10234-D: unresolved symbols remain.
I also tried to “Add Files” by right clicking on the project. It makes add the header and source files without any folder, they appear under my main.c and this also did not work. I am missing something and will be happy if you can please point out what it is.



