Page 1 of 1
no internal memory haunting me
Posted: Thu Mar 20, 2014 2:08 pm
by JDP1130
so i have a pre loaded program on my RA. i plugged in and installed and info on new computer and tried to change to access RA. screen went black then came back on with "no internal memory found" on screen. i attempted to load intmem form sketchbook and to restore pre loaded coded and nothing works. screen stays with "no internal memory found" on screen and red led "status bulb lit. Am i doomed?
Please advise
Re: no internal memory haunting me
Posted: Thu Mar 20, 2014 2:12 pm
by rimai
Try adding this right above ReefAngel.Init() in your code or even the preloaded code:
Code: Select all
InternalMemory.IMCheck_write(0xCF06A31E);
Re: no internal memory haunting me
Posted: Thu Mar 20, 2014 2:16 pm
by JDP1130
ive tried the pre loaded code with no luck
Re: no internal memory haunting me
Posted: Thu Mar 20, 2014 2:47 pm
by rimai
Did you add the code I posted to the preloded code exactly where mentioned?
Re: no internal memory haunting me
Posted: Thu Mar 20, 2014 3:16 pm
by JDP1130
I JUST DID AFTER FEEDING THESE KIDS...LOL...I NOW HAVE A MENU SCREEN AND SEEMS TO BE DIFFERENT VISUALLY BUT IT IS NOW OPERATIONAL I BELIEVE. WILL ADDING CODE BE SAME AS BEFORE?
Re: no internal memory haunting me
Posted: Thu Mar 20, 2014 4:20 pm
by rimai
Yeap

Re: no internal memory haunting me
Posted: Tue May 27, 2014 3:22 pm
by cheezischrist
rimai wrote:Try adding this right above ReefAngel.Init() in your code or even the preloaded code:
Code: Select all
InternalMemory.IMCheck_write(0xCF06A31E);
im having kind of the same nightmare, but is there a certain way i have to type this in the code? comes up saying missing destructor, or something similar....gonna try it again, it was really late last night.
Re: no internal memory haunting me
Posted: Tue May 27, 2014 3:49 pm
by rimai
You can simply copy and paste.