I hit a situation that ISR will always call xEventGroupSetBitsFromISR first, and then task call xEventGroupWaitBits, so the task will never be waken up.
So I wonder it is normal ?
is there any method that task can always wake up even the notification has been sent before ?