Can the STM32F4 controller allow for two DMA requests on the same peripheral? If not, how can the DMAMUX be utilized to allow such a case?
Using an STM32F429 board, I am attempting to enable DMA transfers for the UART8 TX and RX. However, while reading the data sheet, I found the following DMA channel/stream mapping: You'll note that for the UART8 TX and RX DMA request, both requests li...