So I’ve been surfing around for some tools to simulate my Login Logger code to test for SRAM ussage. Since it’s been bit anoying guessing how much ram is being used. So I came across this cool tool! Keep in mind this is Arduino stuff.
http://arduinodev.com/codeblocks/
Also came across the forum page for it http://forum.arduino.cc/index.php?PHPSESSID=adlt41kjak3ffqcmr1v1tuqm07&topic=151774.0

Also I might have discovered that if I use over 100% of the ram the chip will not work anymore! in fact I can’t upload anything to my chip anymore. So my conclusion is that the chip is being full on its ram ussage that it cannot communicate anymore.
Aw Now I must redo the bootloader on my chip! 😛 ran into that and now my login logger is unresponsive to uploads. Arg I hope the chip didn’t screw up the database and clock that’s around it. But so far project is going well 🙂 So many coding. Yet so close to the finish line! Then I can use it for daily life.
That’s all 🙂 Thanks for reading.