2025-02-09 09:25 PM
Hello
I am working on an STM32F765VGT6 microcontroller using STM32CubeIDE v1.17.0 on Windows 10 Pro. The project requires enabling both Ethernet (ETH) and USB Custom HID functionalities.
Enabled Connectivity in STM32CubeIDE:
1. Ethernet (ETH)
Mode: RMII
2.USB Configuration
Custom Human Interface Device (HID) enabled
USB_OTG_FS in Device Mode
Problem Faced:
Could you please guide me on how to properly configure both Ethernet and USB Custom HID in STM32CubeIDE so that:
Regards
Badrinathan J
2025-02-12 12:25 AM - edited 2025-02-12 12:49 AM
Hello @Badrinathan
I would like to thank you for posting.
You mentioned that USB middleware files are not being generated properly. Could you please explain more? What are the missing files that you had to add manually and did you face any compilation errors?
By following the steps mentioned above , I 'm sharing the generated project with you
I compared the generated files from my project to the generated files of the example CustomHID_Standalone for STM32F769I-EVAL to see what files could be missing
==> same generated files .
I will be waiting for your feedback.
THX
Ghofrane
2025-02-12 01:12 AM
Thank you for your Prompt response.
PFA, I have enclosed images showing the generated files for your reference.
Looking forward to your support.
Best regards,
Badrinathan J
2025-02-12 04:29 AM - edited 2025-02-12 04:47 AM
Hello @Badrinathan
Try to use STM32CubeMX 6.13.0 standalone , it works correctly
A child ticket has been raised to STM32CubeIDE team in order to fix the issue (Internal ticket number 202905 )
THX
Ghofrane