Hi NXP Team
I'm trying to create a new FreeRTOS project in KW45 from the very beginning, which means I select some software components and modules what the project needs, like SPI/CAN/UART etc...
And I start to build my project step by step.
But when I just call the xTaskCreate() function, there are some error will show as below

And I've checked that may caused by sort of PRIVILEGED_FUNCTION define related.
Then I compare to the FreeRTOS_examples in SDK(version 2.16.0000),but I still can't found out where is the different with my project.
Could you please help me to fix this problem ? I'm stuck of my project in early phrase, I'm
even not call the vTaskStartScheduler() yet ....
Thanks.