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 Forum,
I asked the same question some months ago - now i have finally found the cause.
This include chain overwrites --diag_error=70 in the makefile:
#include "F28x_Project.h" -> #include "F2837xS_Cla_typedefs.h" -> #pragma diag_suppress 70,770,232
Dieter
Hello Dieter,
Is this issue resolved then or do you still have a question?
Hello Omer,
the problem is resolved. I think the final solution should also be in the forum (but the original question was closed).
Especially because the cause is hidden deep in the C2000ware and has nothing to do with the compiler settings.
Dieter
Thanks for reporting back.
So were you compiling for the CLA in the original question?
Hi Kier,
you have to know, as soon as you include "F28x_Project.h", the errors 70, 770 and 232 are switched off in the build process. Even if you do not use the CLA.
I start another question about this.
Dieter
Hi Dieter,
I see, thank you. I think therefore that you found the root cause of this problem but the problem is not resolved. This needs to be fixed by TI in my opinion so thank you for raising another question about this.