2007-02-26 09:31 PM
2007-02-26 12:22 AM
I change
IAP-> 71x_vect.s->: ; *******************************************************************************/ PROGRAM ? RESET COMMON INTVEC:CODE (2) EXTERN __ program_start CODE32 ; ******************************************************************************* ; Import the __ program_start address from 71x_init.s ; ******************************************************************************* IMPORT __ program_start ; ******************************************************************************* ; Exception vectors ; ******************************************************************************* LDR PC, Reset_Addr ; Reset B 0x40002004 ; Undefined B 0x40002008 ; SWI B 0x4000200C ; Prefetch B 0x40002010 ; Abort NOP; Reserved vector B 0x40002018 ; IRQ B 0x4000201C ; FIQ ; ******************************************************************************* ; Exception handlers address ; ******************************************************************************* Reset_Addr DCD __ program_start LTORG END But interruptions do not work! How to me to modify 71x_vect.s my programs that interruptions have earned? STR711FR2 [ This message was edited by: Muxamor on 26-02-2007 13:53 ] [ This message was edited by: Muxamor on 26-02-2007 14:27 ]2007-02-26 04:38 PM
Instead of will give me 71x_init.s where to be made copying vectors
To address of 0x0?2007-02-26 07:40 PM
In the enclosed file there is no copying vectors on 0x0 address.
I do not know as to make copying vectors I ask to help me with this question2007-02-26 09:24 PM
Yes it is my case