Dear NXPs:
void CSEC_DRV_Init(csec_state_t * state){DEV_ASSERT(state != NULL);
g_csecStatePtr = state;g_csecStatePtr->cmdInProgress = false;
INT_SYS_EnableIRQ(FTFC_IRQn);
OSIF_TimeDelay(0U);}
Q1: What is the purpose of OSIF_TimeDelay(0U); here?
Q2: Can this function OSIF_TimeDelay(0U) be deleted?
Solved! Go to Solution.
Hi @Gideon
if you don't use FreeRTOS, you can delete it.
Regards,
Lukas
View solution in original post