Simulink Support Package for Arduino Error: External Mode Open Protocol CheckData Command Failed
32 views (last 30 days)
Show older comments
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!
0 Comments
Answers (1)
Meet
about 14 hours ago
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!
0 Comments
See Also
Categories
Find more on Modeling in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!