Page 1 of 1

Re: Crashed?

Posted: Sat Feb 02, 2013 10:25 am
by rimai
Can you go to Tools->Reef Angel Libraries Version and check which libs version you are running and also post your InternalMemory.ino file?

Re: Crashed?

Posted: Sat Feb 02, 2013 12:59 pm
by rimai
It looks good.
Let's try this:
1. Open Globals.h on notepad. It's located at Documents\Arduino\libraries\Globals
2. Replace this

Code: Select all

#define IMPointer			954
With this:

Code: Select all

#define IMPointer			1000
3. Save the file and close
4. Upload InternalMemory.ino again
5. Upload your code again

Re: Crashed?

Posted: Sat Feb 02, 2013 2:11 pm
by rimai
I think that memory location got corrupt somehow.