Tool/software: TI C/C++ Compiler
Champs,
If a user uses C28x instructions in CLA codes, will there be warnings in the C2000 compiler?
For example,
If in CLA C codes, they use
EALLOW; // CLA should use MEALLOW;
asm("NOP"); // CLA should use asm("MNOP");
If not, would you please add warnings in the newer compiler so that the user can avoid making such mistakes?
Some of our customers made this kind of mistake and spent lots of time debugging it.
Wayne