Warning
This post was published 111 days ago. The information described in this article may have changed.
Hi everyone,
I’ve been diving into embedded Rust recently, working on a small IoT sensor node using an STM32 chip. I’ve got basic GPIO and UART working via the HAL crates, but I’m still trying to fully wrap my head around managing concurrency — especially when dealing with async tasks or interrupts.
Has anyone here built a project using embassy
or RTIC
for multitasking? I’d love to know which one you found more reliable or easier to scale. Also wondering how well async Rust really performs on lower-end MCUs and if there are tradeoffs I should be aware of.
Here are some links I’ve been referencing while experimenting:
https://www.theengineeringprojects.com/2023/02/introduction-to-embedded-systems.html
1 post - 1 participant
🏷️ rust_feed