2025-09-22 4:46 AM
Hi all,
I'm using Nucleo H755 I have configured UART with 115200 baud rate and the Rx in Interrupt mode
issue: While the STM is configured with 115200 baud rates, when I transmit some data with the same baud rate either the data is corrupted or data is not read/ transmitted, if I reduce the baud rate of the other device by 3 times the baud rate set in ST the Data is read properly. if anyone have any solution regarding this issue, please let me know in this thread I have checked with different STM ide versions, different H755 boards I'm facing this same issue
also, I have checked with H723 which is working fine for the same setup. there are different issues with the H755 boards. also, if anyone from STM team finds this message I'm also facing a issue while reconfiguring the ioc file from cube ide some pins get reset every time
If any other details required, please feel free to ping me
2025-09-22 5:14 AM
> While the STM is configured with 115200 baud rates, when I transmit some data with the same baud rate either the data is corrupted or data is not read/ transmitted, ...
Not sure why you added the label "bug-report" to this thread.
The bug is in your code, most probably the interrupt processing code.
You would need to present relevant sections here, probably starting with the interrupt callbacks.
>... if anyone from STM team finds this message ...
While some ST staff is present on this user forum, most are users like you, and not affiliated with ST.
Just saying.
2025-09-22 5:35 AM
Look in the clock setup tab and ensure the HSE is set up with the clock rate the board actually has, typically 8 MHz in bypass mode.
If that's not it, attach the relevant IOC file(s).
2025-09-22 5:44 AM
@Vimal_M_A wrote:
if anyone from STM team finds this message I'm also facing a issue while reconfiguring the ioc file from cube ide some pins get reset every time
This is another subject that you need to create a separate for it. Describe the details/the scenario on how to reproduce and attach the ioc file to ease the analysis.
And as said by @Ozone this community is a collaborative place where users help others with the help of ST staff. So this is not a peer to peer support and ST employees are not here to answer all the threads.
2025-09-22 5:53 AM
@Vimal_M_A wrote:if I reduce the baud rate of the other device by 3 times the baud rate set in ST the Data is read properly.
Same problem here:
Configuring STM32F401 USART6 for 115200 baud results in 38400 baud.
As @TDK said here and there - check your clock configuration ...