Hi all,
I use an Arduino Uno with a ATMEGA328P R3.
If I'm not mistaken, I thus has 2048 bytes of SRAM.
I have a program that uses the following memory:
Serial Buffer = 256 bytes. (I changed the library)
SERIN [200] = 200 bytes.
String for display on LCD = 24 bytes.
various variables such bytes = 10 bytes.
a total of I think 490 bytes.
And then my program works properly.
If I add an array SERINMODIF [92] or 92 extra bytes, my program does not work, as if I had a crush memory.
If anyone has any idea? calculation may be my memory is right?
Thank you for your help.
Philippe.