Quantcast
Viewing all articles
Browse latest Browse all 5107

Troubleshooting • Re: Pi 5 serial output is buggy

Did you by any chance upgrade the Pico C SDK you are using on the Pico? The reason I ask, is that I hit something similar when I upgraded my Pico code to version 2.0.0 of the Pico C SDK . I too was seeing truncated data at ~32 bytes like you are seeing but I wasn't using a Raspberry Pi SBC on the receiving side. In my case it wasn't the actual fault of that 2.0.0 code though but the receiving UART side. It just so happens that the receiving UART also had a 32-byte receive FIFO. The timing of how the UART data is sent using the Pico C SDK 2.0.0 was different enough that I was dropping data on my receiver and I had to fix that receiver UART code and not the Pico code to stop dropping data.
As I said when using th same Pico and plug into pi 4 all stuff is printed as expected.
And a few days before, before an update on pi5, all was printed fine on pi 5 too.

Statistics: Posted by Hasenradball — Thu Sep 12, 2024 5:59 am



Viewing all articles
Browse latest Browse all 5107

Trending Articles