IAP inerputs?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2007-02-26 9:31 PM
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2007-02-26 12:22 AM
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 ]Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2007-02-26 4:38 PM
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?Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2007-02-26 7:40 PM
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 questionOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2007-02-26 9:24 PM
Posted on February 27, 2007 at 06:24
Yes it is my case
