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.
您好、我想了解 F280049 CLA 是否支持无符号整数运算、例如:
uint32温度;
温度= 5;
if (temp =5)
{
temp = temp +1;
}
我确信 CLA 可以将两个数字相加。 您遇到的问题是什么?
这里有一个很好的 CLA 常见问题解答: https://software-dl.ti.com/C2000/docs/cla_software_dev_guide/faq.html
是的、CLA 可以支持这一点。