I just got the evaluation kit so I thought in order to get started it
would be good to try out the examples given by atmel. I downloaded
some of them, AT91SAM7X-BasicTools f.e. For some reason it wouldn't
open with my embedded workbench 4.3 (the "this is not a project
file"-error), so I guessed my workbench might be outdated. I
downloaded the latest trial of IAR Embedded Workbench for ARM 5.1.
This version actually managed to open the workspace and converted it
to the 5.1 format.
Although I actually managed to open it, the example doesn't seem to
run yet. The Cstartup.79 would say
section type missing here:
Code:
RSEG INTRAMEND_REMAP ;- Begins a relocatable segment
and this one's a bad instruction:
Code:
ORG 0 ;- Sets the location counter: corresponds to
the RESET vector address
Can anyone tell me where the problem lies? I don't really understand
what's wrong with these lines...
best regards,
Michael[/code]