-
Notifications
You must be signed in to change notification settings - Fork 39
missing initializer for field 'GetBOSDescriptor ' of 'USBD_DescriptorsTypeDef' #39
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingcube mxinternal bug trackerIssue confirmed and reported into a ticket in the internal bug tracking systemIssue confirmed and reported into a ticket in the internal bug tracking systemmwMiddleware-related issue or pull-request.Middleware-related issue or pull-request.st usbSTMicroelectronics' Universal Serial Bus (Host or Device) librarySTMicroelectronics' Universal Serial Bus (Host or Device) libraryusbUSB-related (host or device) issue or pull-requestUSB-related (host or device) issue or pull-request
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcube mxinternal bug trackerIssue confirmed and reported into a ticket in the internal bug tracking systemIssue confirmed and reported into a ticket in the internal bug tracking systemmwMiddleware-related issue or pull-request.Middleware-related issue or pull-request.st usbSTMicroelectronics' Universal Serial Bus (Host or Device) librarySTMicroelectronics' Universal Serial Bus (Host or Device) libraryusbUSB-related (host or device) issue or pull-requestUSB-related (host or device) issue or pull-request
Type
Projects
Status
Analyzed
Caution
The Issues are strictly limited for the reporting of problem encountered with the software provided in this project.
For any other problem related to the STM32 product, the performance, the hardware characteristics and boards, the tools the environment in general, please post a topic in the ST Community/STM32 MCUs forum.
Describe the set-up
stm32h723
arm-none-eabi-gcc 15.2
Describe the bug
A clear and concise description of what the bug is.
when I use usb cdc (the code generated by stm32CubeMX) , the compiler warn:
How To Reproduce
Indicate the global behavior of your application project.
The modules that you suspect to be the cause of the problem (Driver, BSP, MW ...).
The use case that generates the problem.
just build the code which generated by stm32CubeMX on cmake
How we can reproduce the problem.
just build the code which generated by stm32CubeMX on cmake
Additional context
If you have a first analysis or patch correction, thank you to share your proposal.
maybe it can fix, The reference I used was stm32f4 soc, because when I use stm32f4 usb cdc, it has the macro
but when I use stm32h723, it didn't initializer for field 'GetBOSDescripto' of 'USBD_DescriptorsTypeDef'
Screenshots
If applicable, add screenshots to help explain your problem.