Hello. I am a newbie who started using S32K for the first time.
While using the OC_pal function, there is something strange, so I write.
I want the timer interrupt to happen per second. So, I set Disable Output as shown in the picture below.

However, I am having a problem with DEV_ASSERT in the OC_InitFtm function.
If the function is OC_DISABLE_OUTPUT, it falls into an infinite loop.

Is there a problem with the SDK? Or maybe I shouldn't use the DISABLE_OUTPUT setting?