SparkFun Forums 

Where electronics enthusiasts find answers.

Everything ARM and LPC
By arnaud405
#143947
Hi everybody,
I am a student working on a project with the SAM9-L9260 board. I am totally newbie with ARM microcontrollers.
I would like to connect a NOKIA6610 LCD screen on this board to display characters.
But first of all, I tried to run the BUTT example project provided by Atmel.
Unfortunately, it does not work and the IAR compiler returns:


Error[116]: Section type missing \cstartup.s79 39
Error[116]: Section type missing \cstartup.s79 40
Error[40]: Bad instruction \cstartup.s79 44

The provided code where the error is, is:
PROGRAM ?RESET
RSEG INTRAMSTART_REMAP
RSEG INTRAMEND_REMAP

RSEG ICODE:CODE:ROOT(2)
CODE32 ; Always ARM mode after reset
org 0
reset

What can I do to run the example project?
In addition, do you have any information about first steps with this board?
Thank you in advance.
Regards,
Arnaud