How to set the priorities to task in STM32F767ZI using FreeRTOS
Posted on December 08, 2017 at 12:04I am using the STM32F767ZI for FreeRTOS project. I am giving the different priorities to two different tasks but it does not give the effect in the output./* definition and creation of Task1 */osThreadDef(Task1, S...