Search found 2 matches

by david.vlastnik
Thu Oct 27, 2022 7:14 am
Forum: General Discussion
Topic: USB host msc example gives errors after unplugging and pluggind
Replies: 6
Views: 4865

Re: USB host msc example gives errors after unplugging and pluggind

Hello ther donalm, When i tried to debug it, it always led to msc_host.c, to function msc_bulk_transfer. There is setting of this variable xfer->timeout_ms, which was set to 1000, so I tried to increase it to 3000 and it works nice for me. I guess it is some kind of "waiting timeout", some kind of t...
by david.vlastnik
Fri Jul 08, 2022 8:49 am
Forum: General Discussion
Topic: USB host msc example gives errors after unplugging and pluggind
Replies: 6
Views: 4865

USB host msc example gives errors after unplugging and pluggind

Hello there, I am using the example of USB host msc from espressif github. When I run it and plug in usb stick it works nice, but after I unplug it and plug it bag in it restarts for some reason. It gives me this: I (2892) ThermalChamber: Writing file I (14932) ThermalChamber: Writing file E (21992)...