Buffering of Event Groups in FreeRTOS

Hi, Problem Description: I have used the EventGroups in my project. The event groups are trigerred in micro seconds. There is a possibility that i may miss an event. Is there any m,echanism to buffer the event groups. FreeRTOS v8.2.3 IDE: ATMEL STUDIO

Buffering of Event Groups in FreeRTOS

Dont understand. Event groups latch events already. Or do you mean you want to count events? In which case you might look at task notifications as an alternative, but microseconds is a big ask.