Overrun and Task Execution Time Profiling on Arduino

2 次查看(过去 30 天)
I am deploying my Simulink model to Arduino hardware (Uno) and running an External mode or PIL simulation. When I decrease the sample time of the model below a certain threshold, I no longer get sensible readings from my sensor connect to my Arduino. Why is this happening?

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2024-4-19
A likely cause of this issue is from task overruns. A task overrun occurs if the target hardware is still performing one instance of a task when the next instance of that task is scheduled to begin. To determine if you are encountering overruns, please refer to the following documentation page:
This page outlines the process for detecting overruns and some methods you can employ to mitigate them. Please note that an option is to upgrade from the Uno to an Arduino with a more powerful processor, such as the Due.
To get a better understanding of the parts of your model that are causing overruns, you can profile execution time for your model running on the Arduino in PIL. Execution time profiling can be configured with the option Configuration Parameters > Code Generation > Verification > Measure task execution time. Please refer to the following documentation page for more information on profiling the execution of your generated code:
You can use this feature to determine how the various parts of your model that are affecting overruns and the minimal sample time needed to run the model without overruns.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Run on Target Hardware 的更多信息

标签

尚未输入任何标签。

产品


版本

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by