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.
Hello,
I am looking for a sample project for the CC32XX device family that shows how to use UART communication with DMA. I have found example code in the TI SDK driver examples for UART, but the code uses an interrupt-based UART rather than a DMA-based UART. I am familiar with TI's interrupt-based UART driver from the 4_40_00_07 SDK, but am looking for a tutorial on TI's UART-DMA driver.
Thank you,
Benjamin
Hi Benjamin,
The UART driver can be configured in SysConfig to work with or without the DMA. The UART APIs are the same.
You can find documentation for both versions of the driver in the SDK at docs/drivers/tidriversAPIs.html.
Best regards,
Sarah