FreeRtos V1 vs V2 - osThread inside another osThread
Hello
I am using a Nucleo-F429 board and I was experimenting around FreeRtos.
I tried to create osThread within another osThread in FreeRtos V1 but it seems that it is not calling the inside thread.
When I change to FreeRtos V2, then the 2nd thread/task was called.
Any reasons why ?
Also, in V2, what should be the stack size of the parent thread ? Should it be bigger than the child thread ?
