This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

for solution of error

hi, I typed the following code in my keil uvision 4 and it was showing the error
ANSHL.sct(7): error: L6236E: No section matches selector - no section to be FIRST/LAST.

code: AREA A,CODE,READONLY EXPORT Reset_Handler
Reset_Handler
Entry;
start MOV R0,#0x7fffffff mov r1,#0x43000000 mov r2,#0x4
loop mov r1,r1,lsr #1 movs r0,r0,asr #1 addcs r1,r1,#0x80000000 subs r2,r2,#1 bne loop
STOP B STOP END

so can you please tell me the solution of this error.

0