Skip to main content
slaviuspan
Associate
January 16, 2017
Question

STM32F4-Discovery board USB CDC (full speed) for receiving large amount of data (>64bytes)

  • January 16, 2017
  • 1 reply
  • 798 views
Posted on January 16, 2017 at 13:42

Hello. I use STM32F4-Discovery board . Can anybody explain me how to use USB CDC (full speed) for receiving large amount of data (>64bytes) ?)

    This topic has been closed for replies.

    1 reply

    nichtgedacht
    Associate III
    January 16, 2017
    Posted on January 16, 2017 at 14:20

    Hi

    In this project

    https://github.com/nichtgedacht/mini-sys

     

    have a look at usbd_cdc_if.c,  usbd_cdc_if.h and receive_settings() in config.c

    Dieter

    slaviuspan
    Associate
    January 17, 2017
    Posted on January 17, 2017 at 08:27

    Thank you