Part Number: TMS320C6746
Other Parts Discussed in Thread: OMAPL138
Hi,
When setting up EDMA3 transfers for UART, is it always necessary have A- synchronized transfer?
Will AB-synchronization be inefficient in this case?
Regards
Parul
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320C6746
Other Parts Discussed in Thread: OMAPL138
Hi,
When setting up EDMA3 transfers for UART, is it always necessary have A- synchronized transfer?
Will AB-synchronization be inefficient in this case?
Regards
Parul
For EDMA transfers for UART, you can use A synchronization as well as AB synchronization as you can see from Processor SDK RTOS UART driver implementation at Uart_v0.c in the directory path pdk_omapl138_1_0_1\packages\ti\drv\uart\src\v0.
For smaller data size transfers, you can use A synchronization but when you are moving data in a large buffer, you should prefer to use AB sync transfers.
Regards,
Rahul