Tool/software: Code Composer Studio
Hi, there.
There is a bit-shift problem like:
if variable M and N are both type of "long", when description is like "M = 1 << N" and N is bigger than 15, such like 16, I'll get M as "1" instead of "0".
Why did I get M as "1" instead of "0"?