2017-01-16 04:42 AM
Hello. I use STM32F4-Discovery board . Can anybody explain me how to use USB CDC (full speed) for receiving large amount of data (>64bytes) ?)
2017-01-16 05:20 AM
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
2017-01-17 12:27 AM
Thank you