alambe94 / I-CUBE-USBD-Composite

Create STM32 USB Composite devices with ease.
MIT License
142 stars 30 forks source link

keyboard+MSC problem #29

Closed hmd-design closed 1 year ago

hmd-design commented 1 year ago

I Implemented an example of the composite device (KB+MSC) using this library in cube-mx for STM32F405. Every thing is Ok and the devices (KB & MSC) is shown in device manager immediately after USB plugin. But there are 2 problems: 1- There is no new drive in my computer. 2- Keyboard will work about 10 minutes after USB plugin.

hmd-design commented 1 year ago

The problem was solved by myself ! the issue was from the buffer assignment.