Unable to Run Arduino Nano on External Mode
11 views (last 30 days)
Show older comments
From Here onward it works for the simulink, but I am unable to run in external mode and try to "Monitor and Tune"
Deploying the code onto the arduino works. And even on an Arduino Uno it works. But I run into this issue on Nano

This is the error I am getting. I've tried the method used here but it doesn't work.
Jason
3 Comments
Sylvain
on 18 Jan 2022
I have faced a similar issue (though I do not rememeber the error message): the code was ok to be build and deployed but could not run with the tune&monitor mode. I found out it was a memory issue: Tune & Monitor add too much code to be supported by the Atmega368p. I upgraded to an arduino Due and it worked fine.
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!