Other Parts Discussed in Thread: TX12
Hi,
I am using am335x processor. i.e beagle bone black as master, where in Linux OS will be running and MCU microcontroller as slave. I have requirement like master i.e am335x will read the sensors data of size more than 4K from slave microcontroller using USB CDC class. In this setup am335x will act as USB Host and MCU will act as USB device.
In my software architecture I have an application and daemon. Daemon will read the sensor data continuously from MCU via USB CDC and send it to application for further processing.Daemon will issue packet req cmd to slave every 30 ms and salve has to send response 4K sensor data to master.
Problem: When daemon is continuously reading the data after some time USB will get timeout. Not sure this is something to do with TI USB driver. Since USB is driven by host. Host i.e am335x has to request for data then only slave i.e MCU which is configured in device mode will respond back.
Unable to upload the actual logic analyzer file. Since file size is more. Is there any way to upload bigger file size around 180MB?
Thanks & Regards
Durga Prasad.