Part Number: TMS320F28388D
Respected,
I am devolving the driver for the UART module on the F28388D CM core.
I have a problem when trying to transfer a n-byte data.
I enable the UART_INT_DMATX in the UART to trigger an interrupt when my data is finished transferring but instead it enters my interrupt service routine after 2 bytes of data are sent and the second interrupt is triggered when my data is finished transferring.
When it first enters my ISR, I do a UART_getInterruptStatus(UART0_BASE, UART_MASKED_INT); and can see that the DMATXMIS is set, but the DMA hasn't finished transferring.
Is there a way to resolve this issue of the first unwanted triggered interrupt?
Kind Regards,
Aleksandar
