Skip to main content
Graduate II
July 24, 2023
Question

STM32G431KB (Nucleo32 Board) USART Example with Autobaud or a how-to

  • July 24, 2023
  • 2 replies
  • 1427 views

hello together,

I would use a Nucleo-32 board in my new project, the Nucleo-G431KB. In this project I would like to use the autobaud feature. Only I can't find an example, there are many USART examples but none with autobaud.

Does anyone have an example or a small HowTo?

Thanks a lot!

    This topic has been closed for replies.

    2 replies

    ST Employee
    July 24, 2023

    Hello @Heinrich ,

    you can check the application note AN4908: https://www.st.com/resource/en/application_note/an4908-stm32-usart-automatic-baud-rate-detection-stmicroelectronics.pdf 

    The G4 serie is not mentioned there, however the code should be applicable on it as well, as the principle is still the same.

    BR,
    Jaroslav

    Super User
    August 21, 2024

    @Jaroslav JANOS wrote:

    you can check the application note AN4908: https://www.st.com/resource/en/application_note/an4908-stm32-usart-automatic-baud-rate-detection-stmicroelectronics.pdf 

    The G4 serie is not mentioned there,


    That was July last year.

    2024 updates have added G4, among others:

    AndrewNeil_0-1724237093366.png

     

    HeinrichAuthor
    Graduate II
    July 26, 2023

    Hello Jaroslaw,

    thank you very much: i'll try it out and get back to you if i have any more questions.

    Regards,
    Heinrich