Resolved! DMA1_Channel7_IRQHandler doesn't get called
HiI am trying to do a simple USART communication via DMA (LL Drivers). I want to send two chars to my STM32F103 from my PC which are received by DMA. In the DMA RX transfer complete callback I want to send some text string, also via DMA back to the s...