Hi,
Yesterday I get my own at91rm9200 board and I want to test the blinky example (coming with the uvision installation) - for the internal RAM.
IROM1: 0x200000 (size: 0x2000) IRAM1: 0x202000 (size: 0x2000)
I always get the error No Algorithm found for: 00200000H - 002003A7H
Maybe important to know: under options-for-target -> utilities -> Flash algorithm -> there's no flash algorithm...
Could that be the problem for this error message? I don't know which flash algorithm I have to use for the internal first RAM section?
thanks for your help in advance
regards Udo
There is no Flash algorithm required (or existing) for Internal RAM.
Just open the Blinky example and start the debugger and the code will be downloaded to internal RAM and started (don't use Flash download).
did you add proper startup code. try to execute the blinky program by selection of board.
c:\keil\ARM\Boards\xxxx. check if adds correct startup code and then give it a try.
The problem that Udo described has nothing to do with the Startup Code.
thanks for the replies. I found the articles yesterday on the site and was able to dl. Strange on what one will find when they are not looking. I am waiting for dual core 8052s I ordered for a dual servo laser cat toy I am working on, to try the idea.
I love this site, alot of ideas and with enough people surfing the net the answers do come together.
Thanks for the replies and thoughts. WM