Hi all,I am working on stm32l486 chip.When I created (using CubeMx) two tasks with a stack size equal to 256 words. The project is running well:osThreadDef(Task1, vTask1, osPriorityNormal, 0, 256);
Task1Handle = osThreadCreate(osThread(Task1), NULL);...