Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4151

General • Re: Getting Out Of A UART Framing Error

$
0
0
I've tested in debugger, it behaves like described in ARM docs, so better stick to them for subtle details.

By looking at the received pattern (with the network engineer eye), I would say that it looks more like baud rate mismatch.

From Python, try to send a fixed pattern, like 0x44444444, and see what happens.

Framing error means that the stop bit doesn't match.
With proper speed, it's very unlikely not to synchronize after few errors.

Statistics: Posted by gmx — Sat Dec 14, 2024 6:13 pm



Viewing all articles
Browse latest Browse all 4151

Trending Articles