Nils · @amael
123 followers · 1495 posts · Server social.linux.pizza

I am trying to make two RaspberryPi Pico talk UART with each other, but their serial port sends nothing in the configured pins, even when I wait until the TX buffer is empty.

I am using the HAL in rust, with the code in github.com/nils-van-zuijlen/sp

The UART peripheral gets configured in main.rs, the data sending gets done in parser.rs

#rp_pico #rustlang #rp2040 #RustEmbedded #embedded

Last updated 1 year ago

Nils · @amael
123 followers · 1495 posts · Server social.linux.pizza

J'essaye de faire communiquer entre elles deux RaspberryPi Pico en UART, mais leur port série n'envoie rien sur les pins, même une fois que le buffer d'envoi est vidé.

J'utilise la HAL en rust, avec le code qui est dans github.com/nils-van-zuijlen/sp

Le périphérique UART est configuré dans main.rs, l'envoi de données est fait dans parser.rs

#rp_pico #rustlang #rp2040 #RustEmbedded #embedded

Last updated 1 year ago