I have the Evaluation Kit with MCB-STR9 Board, uVision3, ULINK2. Download of "Blinky" demo program works properly. Even if I make some changings in demo-program. If I try to download "RTX-Blinky" I get error message : Load "C:\\Keil\\ARM\\RV30....\\Obj\\Blinky.AXF" No Algorithm found for: 40000000H - 40001A67H Erase skipped. Any ideas what is wrong?
cheers Peter
I think the problem only exists in the EVAL version (where scatter file is not available). Someone has forgotten to update the memory correctly.
Please change the settings under Project - Options - Linker.
R/O Base: 0 R/W Base: 0x4000000
That is it. Thank you.