cancel
Showing results for 
Search instead for 
Did you mean: 

IAP inerputs?

ivan3
Associate II
Posted on February 27, 2007 at 06:31

IAP inerputs?

4 REPLIES 4
ivan3
Associate II
Posted on February 26, 2007 at 09:22

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 ]

ivan3
Associate II
Posted on February 27, 2007 at 01:38

Instead of will give me 71x_init.s where to be made copying vectors

To address of 0x0?

ivan3
Associate II
Posted on February 27, 2007 at 04:40

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 question

ivan3
Associate II
Posted on February 27, 2007 at 06:24

Yes it is my case