2017-02-22 05:32 AM
Hello, I am currently using the STM32L432KCU6 and I am finding a bottleneck when streaming from the UART. I need around 1MBaud but according to the datasheet the STM32L432KCU6 max is 200kBaud. At what family of STM32 can I find a faster baud rate on the UART. Is there a near drop in replacement for the STM32L432KCU6 that can handle this?
Thanks
Solved! Go to Solution.
2017-02-22 08:28 AM
Hi
ccarder
The STM32L431/433/443 microcontrollers embed a common programmable transmit and receive baud rate of up to 10 Mbit/s when the clock frequency is 80 MHz and oversampling is by 8.
Please refer toUSART baud rate generation paragraph on the USART section on your related reference manual.
-Nesrine-
2017-02-22 07:59 AM
It is typically a function of the APB clock, and 1/16 or 1/8 of that depending on sampling clock.
2017-02-22 08:28 AM
Hi
ccarder
The STM32L431/433/443 microcontrollers embed a common programmable transmit and receive baud rate of up to 10 Mbit/s when the clock frequency is 80 MHz and oversampling is by 8.
Please refer toUSART baud rate generation paragraph on the USART section on your related reference manual.
-Nesrine-