The project is based on TM4C1294's usb_host_msc example.
When I write to a microSD via USB card reader, unless the microSD is SLC based, once a while, the write can't be completed for a long time, over 100ms. When this happened, TiVa's USB driver will time out and go through host disconnect/reconnect, breaking the data stream. Is there a timing parameter in the USB stack to adjust the time out length so that it will wait for a longer period?
Thanks!