You can also start from HID_Standalone application which is available in the STM32CubeF7 MCU package, and you can customize the application according to your needs:
When your question is answered, please close this topic by choosing Select as Best.
Imen
In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
While using STM32CubeF7 MCU package and customizing the application in STMCubeIDE, I am getting message that the project is part of hierarchical project structure and the project type is different, which has to be converted to STMCubeIDE format. After continuing it works but other features like using .ioc file for adding GPIOs disappears. Do I have import existing files to the project?
There is a known issue with the Hierarchical projects that cannot be imported with the option Copy into workspace. Please refer to this errata: STM32CubeIDE:STM32CubeIDE errata 1.11.x.
Imen
In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
What is the solution for this problem? I am making a custom HID application using game controller and I need to change the report descriptor size in usbd_hid header file, but cannot change since editing is not allowed.