hello
i got a problem when i used the uart edma mode.
according to starterware uart_edma, emda can not gernerate tx event after one and only one byte had been transmitted.
event enable set register bit was set, but no event occured.
this exists in starterware uart_edma example.
the best result is to link PaRam to itself, and when tx one byte,two bytes are transmitted, without dead tx interrupt.
what is the problem, or how to config edma to make it working correctly?