FreeRTOS on STM32 - Thread Flags (CMSIS OS v2/ direct task notifications)
Hello,I set up a thread that waits for particular set of flags (see code below) without any timeout. When flags are noticed - code is executed, but flags are not cleared (due to "osFlagsNoClear" option). One flag comes from another Thread, which sets...