Hi All, I am using STR73x (ARM 7 core)Processor for my application. I am working on bootloader, I written a small program(consider as bootloader) which wait for the UART key press and as soon as any key is pressed program jumps to another location on which application software reside. My problem is that the interrupts are not working in my application software. How can i remap the interrupt to the RAM location what changes i need to do in the startup file of application software. Can anyone help me to analyze or solve this problem.