USB CDC - Maximum Baud Rate of device side (not host)
I am working on STM32L496 nucleo board.
I would like to transfer data from STM32L496 (as device) to host PC (RX is not required).
currently, the baud rate is ~200kbyte. no matter if I am increasing the packet size
(CDC_DATA_FS_MAX_PACKET_SIZE) to 512 byte or more.
the main loop is trying to send data all the time without any derlay
(where TX buffer size is 1536)
first, what is the maximum baud rate from the device side (not host)? or the maximum possible baud rate is the same for both host and device sides?
second, for maximum baud rate what should be the right configuration?
