screen says NO INTERNAL MEMORY help....

New members questions
Post Reply
darkvenom
Posts: 11
Joined: Wed Apr 15, 2015 3:49 pm

screen says NO INTERNAL MEMORY help....

Post by darkvenom »

I need some help! I used the wizard setup and went through the process and upload the code to the RA. Now on the RA screen I get no internal memory found. Im lost don't know what to do. Can someone send me link what I need to do. Or walk me through the process getting this thing running. How do u know which version of the RA u have ? I got it used .

Thanks !
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: screen says NO INTERNAL MEMORY help....

Post by binder »

When you went through the wizard, did you select Settings "in the code" or "in the internal memory"?

What has happened is the controller is not finding a certain value set in the memory and will not proceed without it. I would suggest running the wizard again (it saves all your choices). This time, make sure you select "In the internal memory" for where you want to save your code (This is the 3rd screen I think...pretty early choice).
Then when it gets to almost the end, it asks if you want it to upload your memory settings and you should choose Generate and Upload. Then it will say it's ready to Generate your code. Choose Generate and Upload again and it should take care of your problem.

And you must have chosen the correct version of the controller because you would not have been able to communicate with it if you chose the wrong version. You would have received an error message inside the Wizard.
darkvenom
Posts: 11
Joined: Wed Apr 15, 2015 3:49 pm

Re: screen says NO INTERNAL MEMORY help....

Post by darkvenom »

I just did what u told me to do. The screen goes blank led flashes red and still says no internal memory found.
darkvenom
Posts: 11
Joined: Wed Apr 15, 2015 3:49 pm

Re: screen says NO INTERNAL MEMORY help....

Post by darkvenom »

Do I need to do anything before setting up wizard?
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: screen says NO INTERNAL MEMORY help....

Post by binder »

darkvenom wrote:I just did what u told me to do. The screen goes blank led flashes red and still says no internal memory found.
Then you should try to change your device you have selected.
If the wizard has the RA Plus selected, switch to the RA (or vice versa). What you describe sounds like it is not being able to communicate with the controller properly.
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: screen says NO INTERNAL MEMORY help....

Post by binder »

If my suggestion does not work, then one of the other guys will probably need to jump in to give you some more answers.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: screen says NO INTERNAL MEMORY help....

Post by rimai »

Try adding this right before ReefAngel.Init()

Code: Select all

    InternalMemory.IMCheck_write(0xCF06A31E);
Roberto.
darkvenom
Posts: 11
Joined: Wed Apr 15, 2015 3:49 pm

Re: screen says NO INTERNAL MEMORY help....

Post by darkvenom »

Yea I change the settings already still get the same error ..thanks.
darkvenom
Posts: 11
Joined: Wed Apr 15, 2015 3:49 pm

Re: screen says NO INTERNAL MEMORY help....

Post by darkvenom »

rimai wrote:Try adding this right before ReefAngel.Init()

Code: Select all

    InternalMemory.IMCheck_write(0xCF06A31E);
Alright its up and running!!! So do I need to add that evertime I change the code?
darkvenom
Posts: 11
Joined: Wed Apr 15, 2015 3:49 pm

Re: screen says NO INTERNAL MEMORY help....

Post by darkvenom »

Thanks for the help binder..rimai..
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: screen says NO INTERNAL MEMORY help....

Post by rimai »

No, only once :)
You should be good to go from now on.
Roberto.
Post Reply