I'm playing around with an AT91SAM7S256 evaluation kit from atmel. Tried to get my software into the internal flash with the ULINK device but i get the error message Error:AT91SAM7S256NR.FLX, can't load flash programming algorithm. Under Target Options - Utilities - ULINK Settings I selected the programming algorithm "AT91SAM7S256 NO REMAP". The directroy Keil\ARM\Flash also contains a file named AT91SAM7S256NR.FLX Question: Is it that µVision doesn't find the *.flx file although it is there or is there another possible reason for the flash loader to abort with this message? Any help appreciated regards
It looks like you have got this example from somewhere else. When you have the current Keil CARM release, you can find many examples under C:\Keil\ARM\Boards\Atmel\AT91SAM7S. All you need to do is to change the Flash download algorithm which can be done under Project - Options for Target - Utilities - ULINK Settings. Also take a look to: http://www.keil.com/appnotes/docs/apnt_190.asp Reinhard