User Activity

STM32F334K6I am using LL_DMA memory to Usart function to transmit DMX data, and using the DMA_TransmitComplete interrupt to trigger the DMX break signal.This interrupt occurs before the last two bytes have been sent by the Usart, so the DMX frame is...