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