Hi,all,
My project requires using two UART port(uart0 and uart1) at same time,
I am using zstack 1.2.0 on cc2538, some people told me that I have to set UART0 to use DMA and another to use ISR, otherwise it will not work.I tried to di it, but I can't find hal_dma.h in zstack 1.2.0, so here is the question:
Dose zstack 1.2.0 support UART_DMA? If it dose, how can I do it? If not , is there another way to implement using two UART port at same time on CC2538?
Thanks a lot
Xu