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.

CLA任务,子函数调用无法正常运行

Part Number: TMS320F28377D

我测试CLA任务时发现,当我调用含参数子函数时,CLA任务无法正常运行,总是有任务溢出,相关变量只更新一次。当把子函数改为内联函数时,可以正常运行。文档说CLA 编译器支持多个嵌套级别的函数调用。CLA 编译器还支持调用具有两个以上参数的函数。只是不支持递归调用,我这个子函数不是递归调用,为何不能正常运行。