Replies: 2 comments 1 reply
-
A bit more info like which chip, esp-hal version, compiler version etc would be helpful. Are you running in release mode also btw? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I see some other / general problems with rapidly changing the baud rate (see #2743) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working with a use case that requires changing the baud rate, sending an 0x00, and changing the baud rate back, in effect creating a software break for LIN Bus.
But on the oscilloscope there is a 250-300ms gap between the 0x00 and the 0x55.
I even went into
esp-hal/src/uart.rs
and commented the other operations to exclude them as taking up the time:Any ideas what takes so long? Or a better way to generate software break for LIN
Beta Was this translation helpful? Give feedback.
All reactions