Skip to main content
ahmed2399
Associate II
February 12, 2013
Question

Stm32F4-discovery and USB

  • February 12, 2013
  • 2 replies
  • 651 views
Posted on February 12, 2013 at 21:28

hi,

Can we send data via graphic interface to the stm32F4 via USB ?

If it's possible, give me some exemple or what i should do to make USB work.

Can we work with USART and USB in the same time ?

Can someone help me please!

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    February 12, 2013
    Posted on February 12, 2013 at 21:59

    Can we send data via graphic interface to the stm32F4 via USB ?

     

    What does this mean? A camera, a bitmap, VCP, what? Is there a class of USB device, or driver, you can point at that does this?

    Can we work with USART and USB in the same time ?

    Yes, in fact multiple USARTs, and perhaps both USB

    Can someone help me please!

     

    What are you offering?

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    ahmed2399
    ahmed2399Author
    Associate II
    February 14, 2013
    Posted on February 14, 2013 at 01:27

    Thanks Clive.

    I mean : send data from PC to STM32 via USB .

    I didn't find exemple like this communication..

    how I can use USART with the USB of STM32F4?  TX and RX ? where I should connect it ?

    If I use RS232 ..it's easy to do ..