cancel
Showing results for 
Search instead for 
Did you mean: 

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

slaviuspan
Associate II
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) ?)

2 REPLIES 2
nichtgedacht
Senior
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

Posted on January 17, 2017 at 08:27

Thank you