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).