SOLVED: IS BUG. STM32f4 custom hid generated code shows up as "STMicroelectronics LED badge -- mini LED display -- 11x44". where is this configuration fault?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-30 2:41 AM
As far as i could find it should show up as a mouse and I should only have to edit the report descriptor in usbd_custom_hid_if.c.
Solved! Go to Solution.
Labels:
- Labels:
-
STM32CubeIDE
-
STM32F4 Series
-
USB
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-30 4:29 AM
found the solution. In usbd_desc.c USBD_PID_FS is set to 22352. This needs to be set to 17185 for custom hid
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-30 4:29 AM
found the solution. In usbd_desc.c USBD_PID_FS is set to 22352. This needs to be set to 17185 for custom hid
