Replies: 1 comment
-
maybe a similar issue #87638 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm evaluating the usb mass storage function using samples/subsys/usb/mass on the stm32u5a9j-dk. When the default (old?) usb device stack is selected, mass storage does not work at all. Which the usb_next stack, mass storage works but generates lots of warnings and error on both sides, the uC and the host.
Zephyr log:
(the inf/warn msg gets repeated several times)
Linux:
(here we can see it takes around five seconds to settle)
Once the disc is usable, read/write access is really slow.
west command to build sample:
west build -b stm32u5a9j_dk samples/subsys/usb/mass -- -DCONFIG_APP_MSC_STORAGE_SDCARD=y -DCONFIG_DISK_DRIVER_SDMMC=y -DCONFIG_DISK_ACCESS=y -DCONFIG_DISK_DRIVERS=y -DCONFIG_SDMMC_STM32_EMMC=y -DCONFIG_FS_FATFS_MOUNT_MKFS=y -DCONF_FILE=usbd_next_prj.conf
Beta Was this translation helpful? Give feedback.
All reactions