Hi
I found CSEC_DRV_Init(SDK Functoin) has some relation with RTOS.
I have two project.
One is using RTOS which is generated from The Processor Expert component. (Let's Say Project A)
And the other is not using any OS. (Let's Say Project B)
In Project A, CSEC_DRV_Init function makes this error.

<My board is already partitioned for CSEc>
In Project B, CSEC_DRV_Init function works well.
and I checked Csec functions all works normally, as well.
and I removed the line "OSIF_TimeDelay(0U);" in CSEC_DRV_Init function in Project A.
and I found It works.
Can you explain me why the "OSIF_TimeDelay(0U);" in CSEC_DRV_Init function makes
this problem?
i didn't even start the RTOS scheduler.
And Can I remove that line??
Thanks
Best Regards
Phillip