xEventGroupWaitBits function usning
HiI use STM32H7 with free-rtos for my projct.I need to synchonized analog samples reading from 2 DMA channels and from 2 different ADCs.I use the xEventGroupWaitBits function to stop the execution of the sampling before starting a new sampling cycle....