cancel
Showing results for 
Search instead for 
Did you mean: 

STM32f407 Dsicovery - USB Communication

aravindma1990
Associate
Posted on June 12, 2012 at 12:59

I am a beginner in the ARM cortex series and so far have successfully managed to program basics like GPIOs ADCs DACs TIMs . Part of my project requires me to transfer all processed data to the PC using USB communication. Can anyone help me get started with this? I have no idea as to what functions to call or initialize. A detailed help would be appreciated

#lmgtfy:-stm32-resources #usb-communication #stm32-discovery
15 REPLIES 15
mohamedgl2003
Associate II
Posted on June 03, 2013 at 06:31

hi everybody...

i use the project from this link 

https://github.com/markusk/copter

 but i can't built it with atollic....''Nothing to build for project stm32f4-discovery-usb-cdc''...Could you please say me what is the problem????....

mohamedgl2003
Associate II
Posted on June 06, 2013 at 17:41

hi clive...

i use the project from this link 

https://github.com/markusk/copter

 but i can't built it with atollic....''Nothing to build for project stm32f4-discovery-usb-cdc''...Could you please say me what is the problem????....

Posted on June 06, 2013 at 18:44

Could you please say me what is the problem????....

The primary one would seem to be using Atollic.

The last evaluation I wasted my time with was incapable of dealing with projects or libraries.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
mohamedgl2003
Associate II
Posted on June 10, 2013 at 15:52

1st solution:

open the file .cproject and put the directory of your project in the path written in this file..

2nd solution:

open atollic ----file----import---general---existing projects into workspace----browse(put the project's directory) and you check (copy project into workspace) and (add project to working set)

hamdi
Associate
Posted on May 15, 2014 at 13:54

Hi i am looking for the USB code in the firmware library but it is nowhere to be found i need exactly the USB cdc code canyouu please help me with a link to download it? thank you

Posted on May 15, 2014 at 20:43

V4.0.0

http://www.st.com/web/en/catalog/tools/PF258157

V2.1.0

http://www.st.com/web/en/catalog/tools/PF257882

For the F4 boards V2.1.0 is the one you want.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..