STM32F4 Embedded Rust at the HAL: UART Serial Communication
This blog post is the third one of a multi-part series of posts where I explore various peripherals in the STM32F401RE microcontroller using embedded Rust at the HAL level. Please be aware that certain concepts in newer posts could depend on concepts...
blog.theembeddedrustacean.com15 min read
Marco Piovesan
Blazingly fat
Thanks Omar for this wonderful series, I'm learning a lot. I just have a point about the numbers: the notation you use is correct but makes little sense. Why do you use 1_0000 instead of 10_000?