Hello,
I recently upgraded from CCSv5.4 to CCSv5.5. I'm building a fairly large c application for the F28M35H52C1. I am using version 6.2.0 of the TI compiler for the C28. In past, I've built this application with version 6.1.3.
Now after upgrading, I am seeing the error:
"/tmp/05143AUaien", ERROR! at line 1678: [E0004] Illegal operand combination
MACF32 R7H,R3H,*+XAR4[0],*XAR7 ; [CPU_] |413|
"/tmp/05143AUaien", ERROR! at line 3846: [E0004] Illegal operand combination
MACF32 R7H,R3H,*+XAR4[0],*XAR7 ; [CPU_] |376|
Given that our code is all in C (no inline assembly), this seems like the compiler & assembler are in disagreement. Is this something that anyone else has run into before?
Thanks in advance!
Tom