2024-02-29 12:45 AM - last edited on 2024-02-29 03:43 AM by Peter BENSCH
Hello ST community,
I'm working on an interface board based on STM32F412 to send CAN frame from a computer using USB communication.
For the moment I'm doing some tests with the CDC stack and the default ST's USB virtual com port driver on Windows 10. My test software is simple, when I receive something from the USB, I send 'OK' to the host. I do nothing more.
It takes around 100ms to get an answer from the STM32, which is too slow for my application (I aim for delays between 1ms and 10ms).
Since it is my first project using USB, I was wondering if it is mandatory and if it makes sense to develop my own stack and windows drivers to reach that delay or if I still can do something with default libraries and drivers from ST.
Thank you in advance for you advices !
2024-03-04 01:46 AM
Hello @oli_the_true_one
First, have you increased USB endpoint buffer size?
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.