This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear TI support team,
as mentioned in another question "F28x_Project.h" switches off the errors 70,770 and 232.
Unfortunately, this #pragma swichtes off some important errors.
Is there a reason for this?
Dieter
Dieter
Will look into this issue. I think the diag_suppress statement should have being in the #ifdef __TMS320C28XX_CLA__ block
Best Regards
Siddharth
Hi Siddharth,
I don't think it's a good idea switch off the warnings in general. Actually this #pragma is only needed tu suppress warnings when casting. Therefore, the warnings shall only be suppressed when casting.
#pragma diag_suppress 770 Cla1Regs.MVECT8 = (Uint16) ptr; #pragma diag_error 770
Dieter
Dieter
Thanks for the feedback, will take this into consideration while fixing this issue.
Best Regards
Siddharth
Dieter
I've filed a bug for this with the software team.
Best Regards
Siddharth