dmitrystu / libusb_stm32

Lightweight USB device Stack for STM32 microcontrollers
Apache License 2.0
713 stars 163 forks source link

Using the demo source code in CubeIDE #42

Closed MohammedNoureldin closed 5 years ago

MohammedNoureldin commented 5 years ago

Hello,

may I ask you if it is possible to show how to load the demo source code (for example of F429) into a STM32CubeIDE project (or to upload the final project of this IDE)? I tried doing that by myself for a long time but I could not get functional code.

More specifically, I am using the Discovery Board of STM32F429 MCU (where the USB connection is done by HS-IN-FS).

Regards

dmitrystu commented 5 years ago

Sorry, I have no great experience with Stm32Cube/SystemWorkbench for STM32 as with other Eclipse-based IDE's.

dmitrystu commented 5 years ago

Check this SystemWorkbench project. demo project for NUCLEO-F429ZI I think it may help you.