example "wdg_pal_interrupt_s32k118" , there are two "INT_SYS_InstallHandler":
/* Install IRQ handlers for WDOG and SysTick interrupts */
INT_SYS_InstallHandler(WDOG_IRQn, wdg_pal_Handler, (isr_t *)0);
INT_SYS_InstallHandler(SysTick_IRQn, SysTick_Handler, (isr_t *)0);
But the project no "flash_vector_table " define.
If we need to define "flash_vector_table ", where we need put it ?