Simulink Support Package for Arduino Error: External Mode Open Protocol CheckData Command Failed

32 ビュー (過去 30 日間)
Hello,
I am currently using the Simulink Support Package for Arduino Hardware. After running the following model in external mode for about 10 seconds, I encounter an error stating 'external mode open protocol checkdata command failed', and the operation stops.
The Arduino board I am using is the MKR WiFi 1010.
Could you please help me understand what might be causing this error?
I look forward to your response.
Thank you!

回答 (1 件)

Meet
Meet 約7時間 前
Hi,
I encountered a similar error with my STM32 board. One possible cause is exceeding the available bandwidth of the XCP connection. Here are some steps that helped me resolve the issue, which you might find useful to try:
Decrease the number of signals you are logging at the same time. Increase the clock speed and baud rate of the hardware board. Note that you may also need to reconfigure scalars and timer constants. Split the model into two parts. Use one model to perform any heavy computation work, and deploy this using code generation. Use a second Simulink model running in external mode to log the signals produced by the first model.
I hope this solution works for you as well!

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

製品


リリース

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by