2021-06-14 10:57 PM
2021-06-17 03:26 AM
Hello @Kk ,
You can get inspired from one of the CustomHID_Standalone example within STM32CubeH7 MCU package:
STM32Cube_FW_H7_V1.9.0\Projects\STM32H747I-DISCO\Applications\USB_Device\CustomHID_Standalone
STM32Cube_FW_H7_V1.9.0\Projects\STM32H747I-EVAL\Applications\USB_Device\CustomHID_Standalone
STM32Cube_FW_H7_V1.9.0\Projects\STM32H743I-EVAL\Applications\USB_Device\CustomHID_Standalone
Any CustomHID example from STM32H7 can be used as reference, and it will help you to develop the USB device application.
Hope this helps !
Imen
2021-06-17 03:26 AM
Hello @Kk ,
You can get inspired from one of the CustomHID_Standalone example within STM32CubeH7 MCU package:
STM32Cube_FW_H7_V1.9.0\Projects\STM32H747I-DISCO\Applications\USB_Device\CustomHID_Standalone
STM32Cube_FW_H7_V1.9.0\Projects\STM32H747I-EVAL\Applications\USB_Device\CustomHID_Standalone
STM32Cube_FW_H7_V1.9.0\Projects\STM32H743I-EVAL\Applications\USB_Device\CustomHID_Standalone
Any CustomHID example from STM32H7 can be used as reference, and it will help you to develop the USB device application.
Hope this helps !
Imen