Other Parts Discussed in Thread: C2000WARE
Hi, I am trying to send raw ADC data over USB to be viewed on my PC. I currently have my ADC sampling at 100KHz and I am using the DMA to move my results into Ram. I want to use the usb_dev_bulk example provided in C2000ware in order to send my data. I am successfully able to print messages into a terminal with this example, and I have modified the example for continuous sampling and DMA transfer. My issue is writing my data to the USB Tx buffer. Is it possible to do a direct write to the buffer and use the USBBufferDataWritten function to send the raw ADC data to the PC? Any support would be greatly appreciated.
Thanks,
Mark