@aggarg
I was Passing pdFLASE to xClearOnExit
in xEventGroupWaitBits
and clearing the Event bit using xEventGroupClearBits
as shown in below pic but you said that this is not correct in the previous posts (This was resolving my Issue).
Now I am passing pdTRUE to xClearOnExit
in xEventGroupWaitBits
and I have the Issue as seen in the below Pic. Just FYI : The Event Group bit is getting cleared in xEventGroupSetBits
in the below pic.
Dropping the Software for you.
OS_Test.zip (1.1 MB)
Thank You