In one projects i want to deal with AIC3106 AUDIO(using edma3) and UART(using edma3),
but i fond there only one edma3 handle(hEdma), the two functions cant work at the same time.
if let the two functions well,how to change the code?
if the project is changed to AUDIO work with edma3 and UART work with interrupt(No 9) ,
AUDIO work well,but UART recvieve interupt does not work.
why,what shall i do?
Pls help me.
thanks