Hi, while uploading latest Firmware 1.03 I'm getting Low Memory Error. I have Rams board, Discount Display on Delta Printer. Which part of Firmware I could remove to reduce Memory requirements. thank you in advance Mario
For ramps you have enough flash memory for the software if you do not select all languages. For deltas it is more likely that RAM is meant which is critical here. Make sure to have around 1000 byte of free ram in the compile report. Reduce subsegments per line to achieve this. More is better, but strange bugs will happen if you do not have enough ram for the stack. So check that your free ram is around 1000 bytes a few more or less is not important. That is the ideal setting. Arduino IDE might still complain, but you can ignore it. Low is not neccessary not enough.
Comments
For deltas it is more likely that RAM is meant which is critical here. Make sure to have around 1000 byte of free ram in the compile report. Reduce subsegments per line to achieve this. More is better, but strange bugs will happen if you do not have enough ram for the stack. So check that your free ram is around 1000 bytes a few more or less is not important. That is the ideal setting. Arduino IDE might still complain, but you can ignore it. Low is not neccessary not enough.
except EN
I'm still bellow 1000 byte of free ram.
Compiler message is as follows: