I have an ATmega328P, which has 2Kb RAM memory.
My current program seems to be at the very limit of the RAM memory; I see that by just declaring one buffer a bit longer, then the program has a strange behavior. (this buffer is actually not used).
What is the best way to debug (keep track of) the RAM memory usage?
Many thanks,
David