The start address of the interrupt vector table is 0xFFF82000,The starting address of the corresponding parity bit is 0xFFF82400,Since parity is only 1bit, you should check whether the parity address is high or low,
For example, 0xFFF82000 corresponds to 0xFFF82400, 0xFFF82008 corresponds to 0xFFF82008, or 0xFFF82000 corresponds to 0xFFF82003, and 0xFFF82008 corresponds to 0xFFF8200B. Which one should it be?
,