Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: EK-TM4C1294XL
Tool/software: Code Composer Studio
Hii
1. I need some sample code for transferring the bulk device data using DMA.
My requirement is to read the adc channel at1 KHz sampling frequency. I want to maintain two transmit buffer. In timer ISR, I will append data in two buffers accordingly.
If one buffer get full ,I will trigger the USB DMA for this buffer and start writing data in other buffer and vice versa.
I already did this implementation through UART DMA and its working fine . Same I want to do via USB.
2. I want to use USB bulk device communication without ISR(subroutine of Txhandler and Rxhandler), Kindly suggest how to do the implementation.
Thanks & Regard
Anamika