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.

TMS320F28388D: cla上定义int64的变量,但是没办法正常赋值

Part Number: TMS320F28388D

如题:cla上定义int64的变量,但是没办法正常赋值;

例如

int64 temp;

temp = 9999999;编译后会出现:a value of type" long long "can not be assigned an entity of type o"int64"

temp = temp * 0.0125;编译后会出现:expression must have arthmetic type