I feel like this issue is a simple one and that I have just completely missed a step in setting up my Stellaris Launchpad but I will try anyway. Currently when I try to build my project I am receiving errors involving timer functions GPIO functions and sysctl functions. If I were to build it again I may recieve more or less "unresolved symbols" As far as I understand that means that CCS does not have the necessary includes however, in my program I have. #include "driverlib/sysctl.h" but with all the other necessary includes and the memmap pinmap and types. I checked my includes for my project settings and it includes the directories to search in stellarisware/driverlib. The part that really confuses me is how on one run of my project I am receiving X number of unresolved symbols but on another compile attempt I will get different errors some of the errors go away even though I changed nothing. Please help this is really confusing I am very new to CCS and don't entirely understand how to setup projects in it. Oh also I did copy startup_ccs.c into my project.
↧