Skip to main content
ABlan.4
Associate
September 28, 2021
Solved

Help, GAMEPAD USB HID stm32F103

  • September 28, 2021
  • 3 replies
  • 1641 views

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

This topic has been closed for replies.
Best answer by Mike_ST

Hello,

In STM32F1 software package:

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

3 replies

Mike_ST
Mike_STBest answer
ST Technical Moderator
September 28, 2021

Hello,

In STM32F1 software package:

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

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. 
ABlan.4
ABlan.4Author
Associate
September 28, 2021

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

Mike_ST
ST Technical Moderator
September 28, 2021

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

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

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.