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.

CC3235 的uart中断方式编程

Other Parts Discussed in Thread: CC3235S

您好:

我用CC3235S进行串口编程,example下的所有例程都是用轮询方式一个个字节收发,用 

UART_readPolling收数据

UART_writePolling发数据

但是我的数据量太大且包格式比较杂乱,这种方式数据丢失比较严重,所以我想用 中断或 DMA方式去做。

SDK下的例程都只是说用DMA需要打开一个TI_DRIVERS_UART_DMA的宏,但是都没有打开之后怎么操作。

请问有相关UART中断方式或DMA的例程或编程说明吗?