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've tried to use the Listfiles-USB sketch from the examples, works quite well. Except the plug()-callback is not invoked.
Tried to print the driveConnected in the loop, but always reports 0. I've tried to implement a isConnected() method, based on a _isConnected variable, that should change within the plug() and unplug() methods withing FatFSUSB, but sadly not only the callback is not called, neither the main plug() method.
The text was updated successfully, but these errors were encountered:
I've just used the Listfiles-USB sketch and added a Serial.println(driveConnected); every second to the main loop, which always yields 0. Using a regular Pi Pico.
What further information do you need?
FF had to restart after an update this morning and looks like it lost the message, sorry. The TinyUSB call is registered and does get called on my Ubuntu install, but depending on the state of the moon Windows may or may not actually send the USB packet that TUSB is looking for on mounting. So this is out of the core's hands, but it's hooked into the proper frameworks. There might be something you could push upstream to TInyUSB, but they're really just a thin wrapper as well...
I've tried to use the Listfiles-USB sketch from the examples, works quite well. Except the
plug()
-callback is not invoked.Tried to print the
driveConnected
in the loop, but always reports 0. I've tried to implement aisConnected()
method, based on a_isConnected
variable, that should change within theplug()
andunplug()
methods withing FatFSUSB, but sadly not only the callback is not called, neither the mainplug()
method.The text was updated successfully, but these errors were encountered: