• Any Method to trigger/start FreeRTOS task from normal STM32 ISR??

    Hello Folks,

    What is the most effecient method to start a freeRTOS task only after an ISR is completed and flag or something set by ISR that triggers freeRTOS task.

    Lets take an example scenario , I have STM32F3 nucleo board in which i would like to toggle…