Topic: PXA168 Interrupt Table

Hi everyone,

I've referenced to PXA168 software manual, it says that there are two locations where interrupt vector table is stored, 0x0 (low mem) and 0xFFFF0000 (high mem). Is it possible to relocate the interrupt vector table to another location in SRAM ? I see the interrupt vector table is located at 0xD102BA00 in the OBM source code but don't know how to configure that interrupt vector relocation ? Some ARM926e-js MPUs provide an extra register VBAR but PXA168 software manual doesn't metion about this ?

Thank you very much.

Re: PXA168 Interrupt Table

For NeTV support, I'd reference the NeTV forum at http://www.kosagi.com/blog/forums/.

Re: PXA168 Interrupt Table

Hi nathanm,

Thank you very much.

Best Regards