DMA Transfer Complete Flag strange behavior
Hi, I am using 3 DMA channels of DMA1 on a STM32G4* to transfer data from the 3 ADCs to mem. At a certain point I want to make sure that all transfers are done and enter a while loop: uint32_t timeoutCnt = 0; while(!LL_DMA_IsActiveFlag_TC1(DMA1) || ...