You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the SparkFun IMU M0, and when trying to upload the sketch, I get the following error:
Sketch uses 30,492 bytes (106%) of program storage space. Maximum is 28,672 bytes.
Global variables use 2,676 bytes (104%) of dynamic memory, leaving -116 bytes for local variables. Maximum is 2,560 bytes
I've tried to use int-s instead of float-s wherever I can, but I'm still above the limit.
Do you have any suggestions how I can overcome the memory limitations?
The text was updated successfully, but these errors were encountered:
MTDzi
changed the title
[QUESTION]
[QUESTION] Sketch Razor_AHRS.ino too big
Aug 8, 2018
I have the SparkFun IMU M0, and when trying to upload the sketch, I get the following error:
I've tried to use
int
-s instead offloat
-s wherever I can, but I'm still above the limit.Do you have any suggestions how I can overcome the memory limitations?
The text was updated successfully, but these errors were encountered: