2017-01-06 01:13 AM
Hi all,
I'm trying to run USB HIgh speed on a STM32F429 discovery board. I have used the CubeMX to generate project. I have checked hundred times that everything is ok. The device is seen in devicer manager but Code 10 is thrown. Device cannot start. I have read the forum and did all what was supposed there. I have increased heap and stack size twice. No help. Where could i find a working demo project for the USB HS on the STM32F429ZIT6 Discovery board? thanks,
#usb #stm32f4-discovery2017-01-06 01:52 AM
Hi p.a.002,
I advise you to download the
. It contains a lot of examples.You can take the USB examples under the path below as a reference:STM32Cube_FW_F4_V1.14.0\Projects\STM324x9I_EVAL\Applications\USB_DeviceMay this help you.
Best regards,
Khouloud.2017-01-12 12:40 AM
Thanks, a lot. It works fine. Maybe you know where the project where USB bulk transfer example exists?
64 bytes seems to be small for my project.