Replies: 1 comment 3 replies
-
By default the Nucleo G431KB uses the HSI as default clock. Several things can interfere with high speed: clock precision, wiring length, application code,.... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the STM32G431KB Nucleo 32 board with stm32duino, and I'm trying to get faster baud rates working. I am able to get 1Mbps working, but anything higher does not work. I've tried 2, 4, 8, and 12 Mbps.
I tried using STM32CubeMX to figure out the exact baud rate that I should use given the clock parameters specified in this chip's variant generic_clock.c file. But using the values that CubeMX specifies doesn't seem to make it work.
The STLink VCP says it can handle up to 16Mbps, so that shouldn't be the limiting factor.
I'm having a similar issue on the H743 Nucleo board, where I can only go up to 4Mbps.
Beta Was this translation helpful? Give feedback.
All reactions