1852308_en-US

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

1852308_en-US

1852308_en-US

[Security] About CSEC Driver

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?

Re: [Security] About CSEC Driver

Hi @Gideon 

if you don't use FreeRTOS, you can delete it.

Regards,

Lukas

Tags (1)
No ratings
Version history
Last update:
‎11-21-2025 03:50 PM
Updated by: