Part Number: CC3200
Tool/software: Code Composer Studio
I keep running into this issue. Projects compiles & links fine, then suddenly numerous 50+ errors where symbols cannot be found.
Using CCS 6.1.200015 , part CC3200
If I clean the project and rebuild, that sometimes works as well as restarting CCS. Now it is getting worse.
example error:
symbol 'TIMERA0_BASE' could not be resolved, main.c.
Yet if I go to the code where TIMERA0_BASE is being used and right-click - open declaration - it takes me to hw_memmap.h
AND I have it included at the top of the file: #include "hw_memmap.h"