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.

TMS320F28377D: no Compiler warning when assigning a too large number to uint16_t (found solution)

Part Number: TMS320F28377D
Other Parts Discussed in Thread: C2000WARE

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:

Fullscreen
1
2
3
#include "F28x_Project.h"
-> #include "F2837xS_Cla_typedefs.h"
-> #pragma diag_suppress 70,770,232
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Dieter