This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

osThreadCreate return NULL

Hi,

I'm using CMSIS-RTOS and when I try to create a thread using the osThreadCreate function it returns NULL and the thread is not created.

The code worked fine but do not know what I changed but now does not work. The code includes all the initialization procedures like calling HAL_Init();, SystemClock_Config();, osKernelInitialize ();... I'm tried to change stack sizes.. etc...

Thanks

0