We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am playing around with the example project;
C:\Keil\ARM\Boards\Atmel\AT91SAM7S\Hello
There are two project types of interest; "AT91SAM7S Flash" and "AT91SAM7S RAM".
I am running this project on the AT91SAM7S-EK (256k), but the project was set up for the 64k.
I changed the project options to use the 256k variant, including the flash device used and I can still run the program out of RAM (debug mode). However, when I select "AT91SAM7S Flash" I can not download the code into FLASH.
I get the following output messages...
No algorithm found for: 00100000H - 00100122H No algorithm found for: 00100124H - 0010012AH No algorithm found for: 0010012CH - 001009D3H
Any ideas ?
Regards Marcus.
You need to add a Flash algorithm in uVision under Project - Options - Utilities - ULINK Settings. Using the Add button you should add:
AT91SAM7 256kB FLash - Address Range: 00100000H-0013FFFFH