Solved
DMA keep sending data
Hi all,
I want to send 3 bytes with the UART DMA controller
but when this line is executed, the uart sends these 3 bytes endlessly .
Why does the transmitting not stop after 3 bytes ?
HAL_UART_Transmit_DMA(&huart1,(uint8_t *)spi_buf_in,3);Thank you
Steve