Closed FerdinandEn closed 2 years ago
Have a look to https://github.com/STMicroelectronics/stm32_mw_usb_host/issues/8...
@GLASS-FR I have used the version 3.5.0. After that everything worked as before. Thanks for the tip
Hi, please don't close this issue. ALL HAL/CUBE PACKAGE MUST BE UPDATED . USB HOST V3.5.0 solve fatal issue of V3.4.1 MSC. @ALABSTM : lot of users fall in this trap. I try to share existing solution in ST github Why middelware repo are not crosslinked by all Hal using it?
Hi @GLASS-FR,
There is no plan for the moment to upgrade USB libraries to the latest versions within this firmware. As suggested by @FerdinandEn, you can find it within the stm32_mw_usb_host repo.
With regards,
Hi @ALABSTM , I know that stm32_mw_usb_host V3.5.0 solved V3.4.1 MSC issue, because it's ME that give solution to @FerdinandEn , and not the reverse as you can see at https://github.com/STMicroelectronics/STM32CubeF7/issues/74#issuecomment-1262729880) ;>))
I note that you don't plan at the moment to upgrade that in STM32F7 cube. I only hope that my effort to share information will avoid more other users of STM32 ecosystem (with CUBE MX and/or CUBE IDE) to fall in this trap.
1) there is no mention of MSC rework in releases notes of ST USB HOST LIB (V3.4.1 and V3.5.0) !!! 2) stm32cube F7 V1.17.0 don't mention that USB HOST LIB V3.4.1 is not functionnal with MSC (solved by V3.5.0 in mw repo but not in ...)
Best regards.
Hi @GLASS-FR, using F7 V1.17.0 from CubeMx try to set USBH_MAX_DATA_BUFFER to 1025. Ciao.
USB Host FS Driver for MSC does not work.
After upgrading one of my programs to the latest version of the Cube-HAL, my program with USB Host (USB FS) MSC on a STM32F746-Nucleo board stopped working. I use RTOS. The program still recognizes the device and then stops.
Replacing the file
usbh_ctlreq.c
with version from 1.16.2 the program works again.Also the demo project for the STM32746G-Discovery\Applications\USB_Host\MSC_RTOS has the same behavior as my program.