Hi @Hareesh_S
You can refer to the S32K3xx_memory_map.xlsx file, which is included as an attachment in the S32K3xx Reference Manual. This document provides a detailed list of the available device-specific interrupts. Additionally, you can consult the S32K3xx_COMMON.h file for your specific device, which contains an enumeration of the device-specific interrupts, including their names and numbers.
Regarding interrupt handlers, most are already defined. You can find the relevant definitions for each driver in the corresponding Driver Integration Manual, specifically in the section titled "ISR to configure within AutosarOS - dependencies." These manuals can typically be found in paths such as:
C:\NXP\S32DS.3.6.0\S32DS\software\PlatformSDK_S32K3\RTD\Can_43_FLEXCAN_TS_T40D34M50I0R0\doc
Please note that the exact path may vary depending on the driver and the installation directory of your S32 Design Studio instance.
BR, VaneB