I am trying to create a project with FreeRTOS using CMSIS RTOS V2 without configuring it in the ioc file. I am trying to turn ON/OFF the LED using thread and timer. I can build and run the same project if I configure the freeRTOS in STM32CubeMX. Bu...