STM32H7 can't create second FreeRTOS task.
Hi,
I'm using STM32H745 and CM4 core runs with RTOS. I am not able to create the second task because xtaskcreate() does not return pdPASS. It seems like it can't allocate enough memory. I tried to create 2 tasks with stack depth equal to 1024. If I reduced the size to 2x 512, the task runs properly.
What is the reasons of this behavior? The stack is too small? Can I somehow fix this behaviour and create more tasks?
Ragards,
