STM32L011 USART2 and DMA (Continued)
Previous post: https://community.st.com/t5/stm32-mcus-embedded-software/dma-on-stm32l011f4/td-p/742092
I am working with code on the STM32L011 that uses DMA to read data from USART2. I received excellent help on this forum before and I'm hoping for the same now.
I'm using a custom PCB and several colored LEDs for debugging.
I expect the code to echo data it receives from the USART2 but it does not. And neither LED is turned on. It seems that the DMA IRQ handler is not being called. I believe I'm missing something simple again.
-A
