필터 지우기
필터 지우기

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월 18일
편집: 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