Hi,
My application initial code sets all enabled interrupts' priority to lowest level (15), and it will perform the SCST_M4_S32K144 library periodically (every 5 ms), and it goes well before this week.
But this week I enable a new interrupt (FTM capture) to measure a 1KHz PWM signal, and I forgot to change the IRQ priority level to 15, so nested interrupt is working, and my application code hangs in the SCST library, sometimes it hang in different point. The call stack in below pictures.
My question is that why this happen and how to fix it ? Should I set all interrupt in the same priority for SCST library?


Thank you,
Snaku