Other Parts Discussed in Thread: C2000WARE
Greettings.
Currently I'm trying to build a basic project using CCS V10.4 for the LAUNCHXL-F28379D.
The code in the main.c file is so far is just:
#include <F28x_Project.h>int main(void){ InitSysCtrl(); return 0;}
When building, I get this error: cannot open source file "hw_memmap.h".
Can you point me to where this header is located? I've looked trough the files in my C2000Ware \device_support\f2837xd\ folders, but I couldn't find it there.