STM32H5 DMA (GPDMA), why is USART using a "node"? Intent?
I'm trying to set up a DMA transfer from UART1 periheral to memory. Using LL drivers. Using STM32Cube for "convenient" setup. It puts the all the USART peripheral init in usart.c. Where for GPDMA it does something like: /* GPDMA1_REQUEST_USART1_R...