Hi,
I am writing an SDK application in S32Design Stodio for power architecture where I want an external interrupt on pin PA6. I have pulled up the pin and want to detect a falling edge on the pin so I am giving a low signal from GND on J4 on the MPC5748G development board. But my ISR doesn't get hit. I have checked the embSysRegisters in which the corresponding SUIL2-ISR flag is not set and I am also not able to configure SIUL2-MSCR1 for my external Interrupt1. I am attaching my zipped project.