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 #rp_pico HAL in rust, with the code in https://github.com/nils-van-zuijlen/splitflap/tree/multithread/module-driver/src
The UART peripheral gets configured in main.rs, the data sending gets done in parser.rs
#rp_pico #rustlang #rp2040 #RustEmbedded #embedded
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 #rp_pico en rust, avec le code qui est dans https://github.com/nils-van-zuijlen/splitflap/tree/multithread/module-driver/src
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