User Activity

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);...
Hi all,I am working with the Nucleo-L476RG board.I generated a project with CubeMx and enabling FreeRTOS.At this point the project is running fine.I debug the project and all is working.I put a breack point inside the "SysTick_Handler" and this hadle...