2021-09-27 07:25 PM
Help, I want to create a GAMEPAD USB HID stm32F103, I am lost, can you tell me an example?
Solved! Go to Solution.
2021-09-28 01:31 AM
Hello,
In STM32F1 software package:
STM32Cube_FW_F1_V1.8.4\Projects\STM3210C_EVAL\Applications\USB_Device\HID_Standalone
2021-09-28 01:31 AM
Hello,
In STM32F1 software package:
STM32Cube_FW_F1_V1.8.4\Projects\STM3210C_EVAL\Applications\USB_Device\HID_Standalone
2021-09-28 04:03 AM
thanks!!!, I found the example now I am using stm32CubeIDE, I am looking for how to convert it into this format
2021-09-28 04:44 AM
You should be able to convert the SW4STM32 project (SystemWorkbench/eclipse based) to STM32CubeIDE:
File=>Import=>General=>Import AC6 System Workbench for STM32