Can I configure the UART in DMA mode for transmitting and/or receiving ODD number of bytes?
Hi, I am trying to receive 19 bytes in UART in DMA mode. I have configured both the peripheral (DMA_CCR_PSIZE) and memory alignment(DMA_CCR_MSIZE) as byte. When I Enable the UART receive in DMA mode, I encountered with Hardfault exception. After debu...