You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
Hello,
I am wondering about the correct way to handle this.
I am using an ESP32-S3
I have a self powered device that will be connected to a PC to transfer files to and from an SD card, and disconnected.
This works fine if I have DFS and light sleep off. But when turned on the computer can't configure the device.
I have been trying to find good place to take and release a esp_pm_lock.
I have tried an interrupt on the vbus_monitor_io pin, but that seems to be taken over by the USB peripheral, and doesn't seem to get called.
I have also tried it in the mount and premount callbacks, but that seems like it is too late.
What is the correct solution in this case?
The text was updated successfully, but these errors were encountered:
Answers checklist.
General issue report
Hello,
I am wondering about the correct way to handle this.
I am using an ESP32-S3
I have a self powered device that will be connected to a PC to transfer files to and from an SD card, and disconnected.
This works fine if I have DFS and light sleep off. But when turned on the computer can't configure the device.
I have been trying to find good place to take and release a esp_pm_lock.
I have tried an interrupt on the
vbus_monitor_io
pin, but that seems to be taken over by the USB peripheral, and doesn't seem to get called.I have also tried it in the mount and premount callbacks, but that seems like it is too late.
What is the correct solution in this case?
The text was updated successfully, but these errors were encountered: