Hi I have another issue about integer multiply and divide error.
CCS runtime support lib select : automatic, it shows: F021_API_F28004X_FPU32.lib
my test scenario like bellow:
unsigned int a, b, c, d;
a= 770;
b =99;
c= 47;
d = a*b*c/1000;
the correct value should be 358, but I get it is 4.