Part Number: AM3358
Tool/software: Code Composer Studio
Unit Test application with DMA mode or any uart dma example project. Thanks
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.
Part Number: AM3358
Tool/software: Code Composer Studio
Unit Test application with DMA mode or any uart dma example project. Thanks
Anping,
There is a UART Test application that runs through all different modes of operation supported by TI UART driver. Please create the UART Test application using pdkProjectCreate script and look at the source file :
pdk_am335x_1_0_xx\packages\ti\drv\uart\test\src\main_uart_test.c
The test application assigns a test ID for each of the different modes that it tests. Please check the tests associated with UART_TEST_ID_DMA, UART_TEST_ID_DMA_CB and UART_TEST_ID_DMA_RW
Hope this helps.
Regards,
Rahul