You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STM32U5 UART loses data with baud rates higher than 67800 - need to be verified.
This potential issue, based on #227, was created for easy track of the issue
We need:
an example for reproducing
someone with STM32U5 target for verification
The text was updated successfully, but these errors were encountered:
To use higher baud rates for serial communication it is required to disable deep sleep with the sleep_manager_lock_deep_sleep() function. Also, when DMA is used, it is possible to achieve very high baud rates without data loss. For example, with my BurstSerial library, I archived 10M baud rate (the theoretical maximum for 16x oversampling) on a NUCLEO-U545RE board, when communicating with the PC through the ST-LINK virtual COM port.
STM32U5 UART loses data with baud rates higher than 67800 - need to be verified.
This potential issue, based on #227, was created for easy track of the issue
We need:
The text was updated successfully, but these errors were encountered: