Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hi,
I am trying to write some code for the F28377D microcontroller on the Delfino control card. However, every time that I try to compile the code in CCS, it gives me errors "Symbol 'IER' could not be resolved" and an identical error for the symbol 'IFR'.
What I've tried: uninstalling and reinstalling CCS, going into the resource finder and manually telling the compiler where the definitions of IER and IFR are (the extern __cregister definitions in F2837xD_device.h), and trying to compile multiple other examples in C2000Ware to see if there's something wrong with just the example I'm using. I also know that IER and IFR are compiler-defined symbols for referring to interrupt registers on the microcontroller, so I also tried updating my compiler to the latest version. None of these have worked.
I am trying to load the unmodified example epwm_up_aq_cpu01.c to my control card. I know it's not a problem with the control card, as other coworkers' laptops can successfully load programs onto it using their CCS.
Any ideas or information that could help resolve this situation would be very much appreciated, thanks so much in advance for your reply!