I have created a project in STM32CubeIDE with UART and some GPIO's as Input and Output.I have created 2 Tasks using FreeRTOS - CMSIS v1(osPriorityNormal, osPriorityBelowNormal) with different osDelay(osDelay(500);, osDelay(600);). I have compiled and...