cancel
Showing results for 
Search instead for 
Did you mean: 

Help, GAMEPAD USB HID stm32F103

ABlan.4
Associate

Help, I want to create a GAMEPAD  USB HID stm32F103, I am lost, can you tell me an example?

1 ACCEPTED SOLUTION

Accepted Solutions
Mike_ST
ST Employee

Hello,

In STM32F1 software package:

STM32Cube_FW_F1_V1.8.4\Projects\STM3210C_EVAL\Applications\USB_Device\HID_Standalone

View solution in original post

3 REPLIES 3
Mike_ST
ST Employee

Hello,

In STM32F1 software package:

STM32Cube_FW_F1_V1.8.4\Projects\STM3210C_EVAL\Applications\USB_Device\HID_Standalone

ABlan.4
Associate

thanks!!!, I found the example now I am using stm32CubeIDE, I am looking for how to convert it into this format

Mike_ST
ST Employee

You should be able to convert the SW4STM32 project (SystemWorkbench/eclipse based) to STM32CubeIDE:

File=>Import=>General=>Import AC6 System Workbench for STM32