2018-05-07 10:31 PM
Hi,
I'm testing the demo on your website designed by itself.
STM32Cube_FW_F2_V1.7.0\Projects\STM322xG_EVAL\Applications\USB_Device\CustomHID_Standalone,
After the target code is downloaded to the board, the device manager displays as shown in the attachment.
it is mean that
Unknown usb device.
Solved! Go to Solution.
2018-05-08 02:51 AM
Hello
gaobiao315
,Try to disable VBUS sensing inyour USB configuration.
Best Regards,
Imen
2018-05-08 02:51 AM
Hello
gaobiao315
,Try to disable VBUS sensing inyour USB configuration.
Best Regards,
Imen
2018-05-08 08:33 PM
hi,Imen D,
hpcd.Instance = USB_OTG_FS;
hpcd.Init.dev_endpoints = 8; hpcd.Init.speed = PCD_SPEED_FULL; hpcd.Init.ep0_mps = DEP0CTL_MPS_8; hpcd.Init.low_power_enable = DISABLE; hpcd.Init.phy_itface = PCD_PHY_EMBEDDED; hpcd.Init.Sof_enable = 0; hpcd.Init.vbus_sensing_enable = DISABLE;in my usb configuration.
D+ and D- are connected to the chip pin by external resistance?
2018-05-09 11:40 AM
Hi
gaobiao315
,Please have a look to the relatedreference manual and this FAQ, this may help you to manage VBUS sensing:
Best Regards,
Imen
2018-05-10 01:04 AM
HI,
DAHMEN.IMEN
,My problem has been solved
,The problem is that peripheral crystal configuration error.
Do you have an example of a STM32F207 chip as a
composite device?
Best Regards,
Duanjze
2018-05-10 01:29 AM
HI,
DAHMEN.IMEN
,I want to implement the combination of keyboard and mouse
。Best Regards,
duan
2018-05-10 03:03 AM
HI
DAHMEN.IMEN
,Thank you very much for your help. The problems have been solved.
2018-05-10 04:26 AM
Hi
gaobiao315
,There is only the available exampleswithin STM32CubeF2 firmware package.
You may get help and find users examples from other threads in the forum that discuss the same subject.
Best Regards,
Imen