Hello,
I want to incorporate uDMA capability in transmitting and receiving data through the USB CDC class driver. TivaWare™ USB Library lists functions for DMA access. However, it is not clear how to use these functions to setup uDMA enabled data transfer with the CDC class driver. More specifically, I have following questions:
1. Is it possible to combine uDMA with the CDC class driver?
2. The optional USB Tx/Tx buffers be used or not?
3. How to handle the Control, Receive, and Transmit events? The procedure to use the CDC class driver says that the user must have interrupt handler functions for for respective category of events. The uDMA will have its own interrupt handler. What type of interaction be established between the CDC class driver handlers and uDMA handler.
Kind regards
Jatala