We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
I solved the problem yesterday.. This thread had an user provided stack size and I forgot to configure this in the RTS_Conf file... I'm stupid :)