© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Omar Hiari
This blog post is the first one of a multi-part series of posts where I explore various peripherals in the STM32f401RE microcontroller using embedded Rust at the HAL level. Introduction In embedded development with Rust, the layers in which an ind...
Marco Piovesan
Blazingly fat
In my case I had to change the code where decrementing variable in: del = del.checked_sub(2_5000_u32).unwrap_or(10_0000_u32); to avoid panic.
json->nibble
aspiring software engineer
If you don't already have one, pick up a mini-B to USB A cable ^_^
I'm surprised I didn't have one lying around.
I’m not sure I understand 😬, how does the USB cable relate?
One doesn't come with the Nucleo-F401RE board.
Can I flash the board without a mini-B cable?
json->nibble Ah ok, I see what you meant. Of course, you'd need a USB cable and yes it doesn't come with the board. I'll make sure I add that to the list of components in future posts if that's what you mean.
Marco Piovesan
Blazingly fat
In my case I had to change the code where decrementing variable in: del = del.checked_sub(2_5000_u32).unwrap_or(10_0000_u32); to avoid panic.