no internal memory haunting me

Basic / Standard Reef Angel hardware
Post Reply
JDP1130
Posts: 14
Joined: Thu Mar 20, 2014 1:59 pm

no internal memory haunting me

Post 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
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: no internal memory haunting me

Post by rimai »

Try adding this right above ReefAngel.Init() in your code or even the preloaded code:

Code: Select all

InternalMemory.IMCheck_write(0xCF06A31E);
Roberto.
JDP1130
Posts: 14
Joined: Thu Mar 20, 2014 1:59 pm

Re: no internal memory haunting me

Post by JDP1130 »

ive tried the pre loaded code with no luck
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: no internal memory haunting me

Post by rimai »

Did you add the code I posted to the preloded code exactly where mentioned?
Roberto.
JDP1130
Posts: 14
Joined: Thu Mar 20, 2014 1:59 pm

Re: no internal memory haunting me

Post 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?
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: no internal memory haunting me

Post by rimai »

Yeap :)
Roberto.
cheezischrist
Posts: 12
Joined: Tue May 27, 2014 3:16 pm

Re: no internal memory haunting me

Post 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.
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: no internal memory haunting me

Post by rimai »

You can simply copy and paste.
Roberto.
Post Reply