screen says NO INTERNAL MEMORY help....
screen says NO INTERNAL MEMORY help....
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 !
Thanks !
Re: screen says NO INTERNAL MEMORY help....
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.
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.
Re: screen says NO INTERNAL MEMORY help....
I just did what u told me to do. The screen goes blank led flashes red and still says no internal memory found.
Re: screen says NO INTERNAL MEMORY help....
Do I need to do anything before setting up wizard?
Re: screen says NO INTERNAL MEMORY help....
Then you should try to change your device you have selected.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.
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.
Re: screen says NO INTERNAL MEMORY help....
If my suggestion does not work, then one of the other guys will probably need to jump in to give you some more answers.
Re: screen says NO INTERNAL MEMORY help....
Try adding this right before ReefAngel.Init()
Code: Select all
InternalMemory.IMCheck_write(0xCF06A31E);
Roberto.
Re: screen says NO INTERNAL MEMORY help....
Yea I change the settings already still get the same error ..thanks.
Re: screen says NO INTERNAL MEMORY help....
Alright its up and running!!! So do I need to add that evertime I change the code?rimai wrote:Try adding this right before ReefAngel.Init()Code: Select all
InternalMemory.IMCheck_write(0xCF06A31E);
Re: screen says NO INTERNAL MEMORY help....
Thanks for the help binder..rimai..
Re: screen says NO INTERNAL MEMORY help....
No, only once
You should be good to go from now on.
You should be good to go from now on.
Roberto.