HAL_UART_Transmit_DMA
Hello dear experts,I am trying to send a binary 32bits over the uart3 using either HAL_UART3_Transmit (polling, It or DMA). 1- sending roughly the 32bits with a length of 4 in the function parameters does not work.2 -sorting the 32bits data in a 8bit...