2018-08-21 01:03 AM
I am using a STM32H7 USB in MSC mode. When I generate the source code with STM32CUBEMX 4.26.1 and STM32CubeH7 Firmware Package V1.3.0 / 04-July-2018, i noticed that inside USBD_HS_USR_BOSDescriptor() in usbd_desc.c, USBD_HS_BOSDesc definition can not be found. Looks like USBD_HS_BOSDesc is not defined anywhere in code
Solved! Go to Solution.
2018-09-26 10:01 AM
Hi @MaxR ,
I recommend to use STM32CUBEMX 4.27.0 : The "USBD_HS_USR_BOSDescriptor" is correctly defined inside the "usbd_desc.c".
Could you please check from your side.
Khouloud.
2018-09-26 10:01 AM
Hi @MaxR ,
I recommend to use STM32CUBEMX 4.27.0 : The "USBD_HS_USR_BOSDescriptor" is correctly defined inside the "usbd_desc.c".
Could you please check from your side.
Khouloud.
2018-09-29 12:09 AM
Hi @Khouloud GARSI
Thanks, I confirm. It works on 4.27
Kind regards,
Max