2025-12-28 10:29 AM
Hi, I'm trying to connect B-G431-ESC1 board, with no success.
there is always : try to configure the board
I complile and flash a sample project successfully on the board. However still cannot connect motor profiler to make precision tuning of the motor. Any ideas why it cannot connect?
Thank you, Kamil
2025-12-28 10:40 PM
If you connected with serial port, try with different baud rates it may help sometimes.
2025-12-30 8:14 AM
Thank you for the tip, I have tried all of the baud rates, however it didtn't help...
When I try to connect the STM32cube programmer via ST-link, it works.
But when I try to connect via UART, I get this
Is it possible that it is the same problem? How can I change the boot mode configuration?
Thank you for any help
2025-12-30 6:19 PM - edited 2025-12-30 6:20 PM
I am confused when you are trying to connect to motor profiler, you need to open the Motor profiler software and then connect using the serial port. Are you trying to flash the code using serial port similar to the STLink, i am not sure what exactly you are trying to do.
2025-12-30 11:36 PM
Hi, I'm trying to find out why the motor profiler, or the UART comunication, is not working.
here are the steps that I have done:
1. setting the project in MCWB, check the motor profiler box, set baudrate 115200
same baudrate as virtual com port in win11
2025-12-30 11:55 PM
2. generation of the project without any errors
3. generatig code in MX
4.build the project in IDE
5.flash the project on the board in IDE
2025-12-31 12:01 AM
When I push the button on the board, motor starts spinning somehow, but I would like to tune the motor parameters in motor profiler, which I can't connect.... Why? Am I missing something?
Thanks for any help
2026-01-02 4:05 AM
I have also tried to flash firmware from MC SDK 6.2.0. with the STM32CubeProgrammer
however, there is still the same problem.
Is there any chance to get help from ST?
2026-01-02 4:07 PM
Thank you for tips, unfortunatelly nothing helped...
I have followed this tutorial
https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Step3_Introduction_to_the_UART
however, there is no "Hello world!!!" in the TeraTerm....
any clues?
Thank you
2026-01-02 6:49 PM
What is the serial port hardware device you are using?
Have you connected the
Micro Tx -> Serial Port Rx
Micro Rx -> Serial Port Tx
Baud rate setting using code generation should match with the motor profiler baud rate.