Hi,
I have configured the EDMA on C6424 to read 256 bytes from the UART. Currently we are working on a ping pong buffer method, where in as soon as 256bytes gets filled an interrupt gets generated by the EDMA. Then I can use the filled buffer for processing. In case there is infrequent transmission of data on UART, I would like to start processing UART data after some time even if it is less than 256 bytes. Can EDMA be configured to generate interrupt if it receives less than 256 bytes ie., if any data has been received via UART?
Regards,
Smitha Joseph