I have a very confusing problem here.
My chip model is S32K312.
The clock configuration selected is option B. The STM clock is 48M, and the INTM clock is 60M
When the STM timing interrupt is 100ms, my test is as follows:


(0x00DBBC06 - 0x00927E0A)/ 48000 = 99.99 According to the value of STM.CNT, we can know that the STM interrupt is triggered as expected, but INTM_STATUS is still 0.
The value of INTM_LATENCY needs to be further reduced before INTM_STATUS changes to 1.

This is also the case when the STM timer interrupt interval is 300ms



I think already I have been very careful to use the INTM interface, but I still don't know where the problem lies
