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
no internal memory haunting me
Re: no internal memory haunting me
Try adding this right above ReefAngel.Init() in your code or even the preloaded code:
Code: Select all
InternalMemory.IMCheck_write(0xCF06A31E);
Roberto.
Re: no internal memory haunting me
ive tried the pre loaded code with no luck
Re: no internal memory haunting me
Did you add the code I posted to the preloded code exactly where mentioned?
Roberto.
Re: no internal memory haunting me
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?
-
- Posts: 12
- Joined: Tue May 27, 2014 3:16 pm
Re: no internal memory haunting me
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 wrote:Try adding this right above ReefAngel.Init() in your code or even the preloaded code:Code: Select all
InternalMemory.IMCheck_write(0xCF06A31E);