my app project is from my boot project, my boot project runs well, after my app project relocate interrupt table,i found after app project can't enter intrrupts,when the lpit counter reaches reload conuter ,it will into hard default ,it seems it can't find interupt hander function;when i disabled lpit interupt,it runs well,but it can't into can recieve interupt,



hope someone could give me some advice.
was it S32_SCB->VTOR = (uint32_t)0x12400 failed or INT_SYS_EnableIRQGlobal();