Hello,
Can someone tell me how to fix this? I create a new CCS project and select the RTSC project template. I add all the necessary include files and everything. I have the same setup as the example projects, yet cannot seem to continue.
For example, the "Boot.c" has:
#include <inc/hw_aon_sysctl.h>
#include <driverlib/sys_ctrl.h>
My errors keep showing that all header files of this form <inc/*.h> and <driverlib/*.h> cannot be opened. Has anyone had the same issue?