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...