Hi,
I did a project on an Arduino Mega and all worked flawlessly, now I ported my project to an Arduino Pro and when I try to write to EEPROM (first memory positions) the Arduino Pro hangs. I changed the memory positions to higher positions, then there is no more hanging, but it doesn't works as expected, values not written properly and strange behaviors happent.
Any thing that has to be considered when porting a project from Arduino Mega to Arduino Pro regarding writing and reading EEPROM?
Thanks!
Arduino Mega AT MEGA 1280
Arduino Pro (Sparkfun)- MEGA328P, 5V. 16Mhz.
Very possible for running out of SRAM scenario if your program behaves poorly and unpredictably and hangs. Post your code, plus, give us an overview of what your code should do.