Bug in STM32L1 SDK (LL) samples
Projects\STM32L152RE-Nucleo\Examples_LL\USART\USART_Communication_TxRx_DMA\Src\stm32l1xx_it.cDMA handlers clear wrong flag (GI instead of TC):void DMA1_Channel6_IRQHandler(void){ if(LL_DMA_IsActiveFlag_TC6(DMA1)) { LL_DMA_ClearFlag_GI6(DMA1);Versio...