2024-05-08 01:21 AM - last edited on 2024-05-08 06:28 AM by KDJEM.1
Where can I find the version of the HOST_USB library I am using?
Does the library version depend on the Firmware Package or the version of CubeMX?
Thanks
Marco
Solved! Go to Solution.
2024-05-10 01:18 AM
Hi @MarcoCorelli,
Thank you for your updating post.
The USB-HOST library version depends on firmware package and also on firmware package version.
Could you please specify which firmware package you couldn't find the USB-HOST library Release note?
I checked some firmware packages, the USB-HOST library releases notes are available in STM32CubeH7, STM32CubeF4 and STM32CubeF7.
How did you download your STM32Cube firmware package? Is it from the ST website or GITHUB or using STM32CubeIDE?
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-05-08 06:29 AM
Hi @MarcoCorelli ,
Thread moved from Solved: Re: STM32F746G-DISCO Audio Playback Application Ha... - STMicroelectronics Community
If you use STM32CubeF7, you can find the STM32_USB_Host_Library version in the Release_Notes. (STM32CubeF7/Middlewares/ST/STM32_USB_Host_Library Release_Notes.html).
Now the the STM32_USB_Host_Library version 3.4.1 is integrated in STM32CubeF7 1.17.1.
So you can refer to this post to update the upgrade the USB middleware to 3.5.2 version.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-05-10 12:42 AM
hI @KDJEM.1,
I'm using STM32CubeIDE with several mcu. If I look in the Middleware/ST/STM32_USB_Host_Library there isn't a Release Note file but only a Licencese file.
kr
2024-05-10 01:18 AM
Hi @MarcoCorelli,
Thank you for your updating post.
The USB-HOST library version depends on firmware package and also on firmware package version.
Could you please specify which firmware package you couldn't find the USB-HOST library Release note?
I checked some firmware packages, the USB-HOST library releases notes are available in STM32CubeH7, STM32CubeF4 and STM32CubeF7.
How did you download your STM32Cube firmware package? Is it from the ST website or GITHUB or using STM32CubeIDE?
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-05-10 01:47 AM
Hi @KDJEM.1,
I checked in the firmware package repository and I found the Release Notes. But in the project folder (Middlewares/ST/STM32_USB_Host_Library) is not present.
Thanks for your help.