Part Number: TMS320F280039C
请问CCS中有没有在优先级为OFF的情况下,强制内联函数展开的方法,谢谢!
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.
当 --opt_level=off 时,内联函数不能展开;换言之必须通过设定相应的优先级来实现,即必须要使用 --opt_level=0 或更高的优先级。
更多细节请见C28x compiler manual 的 Using Inline Function Expansion 子章节。