Hi,
at the address 0x18 I have only a jump to start code.
I tried to insert the instruction ldr pc, [pc, #-4080]
but the behavior doesn't change.
Here is the my vector table:
.global _start
B _start /* RESET INTERRUPT */
B _start
B _start /* UNDEFINED INSTRUCTION INTERRUPT */
B _start /* SOFTWARE INTERRUPT */
B _start /* ABORT (PREFETCH) INTERRUPT */
B _start /* ABORT (DATA) INTERRUPT */
B _start /* RESERVED */
LDR PC, [PC, #-0x0FF0] /*B _start*/
B _start /* FIQ INTERRUPT */
.end
Alberto UbertelliMessage
Re: interrupt lost (all)
2005-11-30 by ualbe
Attachments
- No local attachments were found for this message.