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.

Shift count is too large

CCS 5.5.0.00077

C5500 compiler v4.4.1

Hi there,

Why do I have this message: #64-D shift count is too large

Uint32 temp;

temp = (Uint32) (1 << 20);

Thanks