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.
HI, I'm using the AT91SAM7S64 Evaluation Kit from Atmel (with Demoprog Hello). Debugging works only with RAM. When i download the program to Flash, i receive the following message: Load "C:\\Tmp\\Atmel\\AT91SAM7S\\Hello\\Flash\\Hello" Programming Done. Contents missmatch at: 00100000H (Flash=00H Required=18H) ! Contents missmatch at: 00100001H (Flash=00H Required=F0H) ! ... and so on. In the Flash COnfiguration Menu i have selected 'Use Target Driver for Flash Programming,ULINK ARM Debugger and in the Settings for Programming Algorithm AT91SAM7S64 FLASH. The Ram for Algorithm is 0x200000 and the size is 0x800. Can you help me? Thank you Eugen
Can you try with the example provided the folder: C:\Keil\ARM\Boards\Atmel\AT91SAM7S\Blinky. See also: http://www.keil.com/appnotes/docs/apnt_190.asp Reinhard
Hi, thank you for the immediate answer, but also with Blinky i have the same problem. Another question, what are the *.FLX files? Thanks Eugen
The *.FLX files define the programming algorithm. I had no problems in programming to this device. Take a look to: http://www.keil.com/appnotes/docs/apnt_190.asp Also let us know which software versions you are using. Reinhard
I have reinstalled uV3 and now also the Flash Download works correctly. Thanks Eugen