2017-12-22 05:44 AM
Dear ST,
First is there any publicly available Bug report site?
Found with SMT32CubeMX Version 4.23.0
and using the latest firmware package for stm32f4 (1.18.0)USB Custom HID Device:
2018-01-25 05:33 AM
Hi
Zwarteveld.Johan
,First is there any publicly available Bug report site?
The forum is the public site that you may use to report issues or comments you have. Community members and ST moderators will answer you whenever it is possible.
He mycomments about what you reported (valid for thecurrent version 4.24 of STM32CubeMX):
1-5. In USB Custom HID, User string descriptor isn't supported. SoUSBD_SUPPORT_USER_STRING has to be disabled in CubeMX interface (for all USB classes except DFU).
6. Some updates have to be applied in bothusbd_customhid.h and CubeMX interface in order to make it possible to configureCUSTOM_HID_EPIN_SIZE,CUSTOM_HID_EPOUT_SIZE andUSB_CUSTOM_HID_DESC_SIZE.
7. It will be possible to configureUSBD_CUSTOM_HID_CfgDesc when the version 2.5.0 ofSTM32_USB_Device_Library will be deployed in STM32Cube packages.
I report the comments 1-6 internally to be considered in coming version of both STM32CubeMX and STM32Cube packages.
-Amel
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.
2018-02-01 06:55 PM
Amel N wrote:
First is there any publicly available Bug report site?
The forum is the public site that you may use to report issues or comments you have. Community members and ST moderators will answer you whenever it is possible.
Hi Amel,
I have encountered the same sorts of issues as Johan described above. It would be great to have some fixes to the CustomHID code. I also have some suggestions for improving it to better suit real-world applications. I will post separately on this topic.
I'd like to enthusiastically second the idea of having a dedicated public issues database in addition to the forum, which is best suited to discussion. I believe it would help both the community and ST greatly, having a central place to report, find and track issues.
Thanks,
:: Gavin
2018-06-01 03:31 AM
Hi
Zwarteveld.Johan
,This issue will be solved in a future cubeMX release but unfortunately I don't have the exactdelivery date for the moment.
I will keep you informed for the updates.
regards,
Houda
2018-08-24 06:37 AM
CUSTOM_HID_EPOUT_SIZE always 0x02 after generate code, and have to amend after.. very frustrating any news on when this might be resolved?
2018-08-24 09:36 AM
Their HID code is not a complete library or "SDK". The Cube templates are based on few limited examples. Anyway you will have to add a lot of customization.
-- pa