Simulink Arduino - size of file loaded onto the Arduino

6 次查看(过去 30 天)
As the Arduino Uno only has 32K of program space, I was wondering how to tell the size of the resulting Simulink Target program that gets loaded on the Arduino. I found the ".hex" file, but it's 72K, so it can be the program that gets loaded onto the Arduino.

采纳的回答

Rolfe Dlugy-Hegwer
Rolfe Dlugy-Hegwer 2013-11-10
You're correct. The hex file you see is not the size of the hex file the software uploaded to the Arduino hardware. Unfortunately, with the current releases (including 13b), the real file size isn't available.
If you're having problems with the program size exceeding the size of the flash on your board, you have two options:
  1. Reduce the program size, or
  2. Use a board with more memory (e.g., Mega2560, Due).
To reduce the program size try to:
  • Simplify the model
  • Remove unused blocks
  • Reduce the size of signals and data
  • If you enabled it, disable External mode

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by