Event Groups and Timers

Hello,
@pete-pjb Thank You for the suggestion. I am passing the parameters as TICKS using the pdMS_TO_TICKS() in the Timer Function. Thanks

@aggarg
Yes, I am testing with making 3 different tasks and also using Interrupts.
Here are snippets of my Code.
Left shows you the three Tasks executing Runnables triggered on “xEventGroupWaitBits”.
Right shows the TimerInit and also Timer Callback with Event Group bits set at every 10ms, 50ms and 100ms using “xEventGroupSetBits”.

Warm Regards