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
this combination I feel is not healthy.
it seems the USB Package draws fatfs Package and makes weird things.
System stable again after i completely removed USB.
i would like to re-add USB, if it does not affect System stability, but currently i fear, littleFS is not working togeter with USB-NCM due to less testing and debugging at Espressif side.
maybe some dependencies need a #ifdef to not use fatfs components, especially in that case that i am only interested in NCM.
currently this is unstable in my Observation.
the second case should run as well: FATFS on a USB Stick, but littlefs on internal flash, should not be a Problem in future.
The text was updated successfully, but these errors were encountered:
Answers checklist.
General issue report
#15267
#15483
https://components.espressif.com/components/joltwallet/littlefs
https://github.com/espressif/esp-idf/tree/master/examples/peripherals/usb/device/tusb_ncm
I want to have USB-NCM Together with Littlefs.
this combination I feel is not healthy.
it seems the USB Package draws fatfs Package and makes weird things.
System stable again after i completely removed USB.
i would like to re-add USB, if it does not affect System stability, but currently i fear, littleFS is not working togeter with USB-NCM due to less testing and debugging at Espressif side.
maybe some dependencies need a
#ifdef
to not use fatfs components, especially in that case that i am only interested in NCM.currently this is unstable in my Observation.
the second case should run as well: FATFS on a USB Stick, but littlefs on internal flash, should not be a Problem in future.
The text was updated successfully, but these errors were encountered: