I can find platform.driver.osif in the components selection, but there's no osif_time_delay function in the generated osif.h. only below function
Hi, take a look at this thread: https://community.nxp.com/t5/MPC5xxx/stuck-in-OSIF-TimeDelay/m-p/1348191#M19273 It's known issue in S32 Design
Solved: Hi, I need to know regarding usage of OSIF_TimeDelay in S32k146 non RTOS codebase. I am not using any kind of OS interface in my application.
I stepped through OSIF_TimeDelay in this sample code. PIT_MCR freeze actually set set to 1 in function "osif_UpdateTickConfig": #if FEATURE_OSIF_PIT_FRZ_IN_DEBUG base->MCR |= PIT_MCR_FRZ(1u); /* stop the timer in debug */ #endif /* FEATURE_OSIF_PIT_FRZ_IN_DEBUG */ But, ...