Hi, i am working on STR73x (ARM 7) controller bootloader. I have small; code that jump to application code location when status of one gpio is changed. i remapped the memory in my application code copy the interrupt vector table of application code at loaction 0x0000 but whenever i enable the interrupt in my application code my code loop into prefetch abort exception. if interrupt is not enable then application code works fine.
please let me know what can be the possible cause of this problem?
thansk Kir