Solved
LL_DMA_IsActiveFlag complement in HAL
hello,
How can I get the flags from the DMA with HAL drivers. Like the LL comands e.g. LL_DMA_IsActiveFlag_HT5 for the half transfer flag of stream5.
lg erik
hello,
How can I get the flags from the DMA with HAL drivers. Like the LL comands e.g. LL_DMA_IsActiveFlag_HT5 for the half transfer flag of stream5.
lg erik
I get the solution by my self.
For anyone how want to do the same thing: You can use this
while(0 == (DMA1->HISR ,DMA_HISR_HTIF5)) ;
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.