Page 1 of 1

ESP32S3 USB host suspend functionality

Posted: Wed Oct 16, 2024 1:37 pm
by m.urbant
Hi,

I'm trying to make ESP32S3 USB host to enter suspend mode, i.e. no USB keep alive packet should be sent. If I look into esp-idf code it seems like the controller does support it, but I don't see any public API for it. Is it somehow possible to instruct the ESP32S3 USB host to enter the suspend mode?

Thanks!