Sorry, but there are no more tags available to filter with.
  • CMSIS osThreadFlagsSet() API

    Hi, 

    I am using CMSIS Free RTOS. 

    I see osThreadFlagsSet() function is  using xTaskNotifyFromISR() and xTaskNotifyAndQueryFromISR()  APIs. I understand their usage. As per my understanding 

    (void)xTaskNotifyAndQueryFromISR (hTask, flags, eSetBits, &rflags, &yield…