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.
hi TIer
在做edma 通过uart event进行数据输出的时候,有几个理解得不是很清楚,还请TI的专家解答一下:
现在用的处理器am3358,工作在bare-metal环境下,现在只是通过edma 向uart搬移数据输出的过程。
1.在startware_02_00_01_01-uartEcho_edma.c中TX传输的DMA-param-set中dummy 传输的作用是什么,看了下wiki上的解释,理解得不是很清楚,dummy param set收到uart event的trigger后,是只能做一次响应就将dummy的param-set耗尽了,还是可以一直响应?
2.在startware_02_00_01_01-uartEcho_edma.c中有一个Edma3CCErrorIsr中断服务的程序,这个程序的使用是不是意味着由于在发送的过程中总会有的event的miss?
可能有些地方表述得不是很清楚,还请见谅