Inline ISR routine functions
12 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2022 年 2 月 15 日
回答済み: MathWorks Support Team
2022 年 3 月 3 日
I am modelling a motor controller to be deployed on an TI F28375 board. However, I observe that the 'C28x_Hardware_Interrupt' functions are not inlined. Why is this the case?
採用された回答
MathWorks Support Team
2022 年 2 月 15 日
ISR functions do not get inlined as they are designed to get generated as a separate function. This is done to separate the driver related code and algorithm code.
To control inlining of function in generated code, please refer to the following documentation: https://www.mathworks.com/help/coder/ug/control-inlining-using-configuration-object.html.
To control inlining of subsystem code in Simulink, please refer to the following documentation: https://www.mathworks.com/help/ecoder/ug/inline-subsystem-code-ecoder.html
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!