cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with USB HS on the STM32F4129ZIT6 discovery board

load2005
Associate III
Posted on January 06, 2017 at 10:13

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-discovery
2 REPLIES 2
Khouloud GARSI
Lead II
Posted on January 06, 2017 at 10:52

Hi p.a.002,

I advise you to download the

http://www.st.com/content/st_com/en/extended-query.html?querycriteria=productId=SC2004$$associatedTo=SS1577

. 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_Device

May this help you.

Best regards,

Khouloud.
Posted on January 12, 2017 at 08:40

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.