Other Parts Discussed in Thread: LAUNCHXL-F280049C, , C2000WARE
Tool/software:
Hello, I have been testing the TMS320F280049C on the LAUNCHXL-F280049C. I get led_ex1_blinky to work and some other examples as well. Sometimes however I come across the following error even though I have the correct includes. This is one of the most common errors I have received as well as the no symbol error.
"C:/ti/c2000/C2000Ware_5_03_00_00/device_support/f28004x/common/include/driverlib.h", line 45: fatal error #1965: cannot open source file "inc/hw_memmap.h"
Error Message:

Include Options:

Furthermore, I have created my own PCB with the TMS320F280049C on it. All the software that I have flashed on it I first test on the launchpad then modify it according to my PCB setup and flash it onto the board. I do this by editing the led_ex1_blinky.c file...(I erase the entire example file, paste my new code into the file, build, and compile). I have seen that it is not recommended to create your own projects and this is what I have been doing.
The issue arises when I try to use the #include "F28x_Project.h" header, originally this worked and compiled, however when I create a new workspace, import the same led_ex1_blinky.c file, erase the example code, paste my new code, I get an error that says "unidentified symbols". The code is the same, simply a new workspace. Therefore, I do not know if I included a path that allowed me to run the code originally in my first workspace but not in the second, I have tried everything to get the undefined symbols and inc/hw_memmap.h errors to go away.
Any advice on how I should go about creating a project, correct includes, how to get rid of these error, and general c2000 development on ccs would be appreciated.
Thanks.