2017-04-25 11:40 PM
Hello, i am working with the HAL USB CDC (CUBEMX) and want configure the baudrate and parity but i cant find a way to configure it.
#stm32f407 #cubemx #usb-cdc2017-04-26 07:37 AM
Why do you want to change the baud rate? The MCU will receive the frames with any configuration.
If you want to control the configuration, you will receive it in the 'CDC_Control_FS' function, in 'usb_cdc_if.c' file. Cube generates a void function but it has documentation.
2017-04-27 12:14 AM
Okay, thank you.
But how i can configure parity?