Hello! I'm Hammond (kiwih on Github) and I like to tinker and build things!

Tutorial: Timers and PWM (and a cheeky AM radio transmission) using STM32CubeIDE

And a brief look at timer interrupts

Measuring, monitoring, and reacting to the passage of time in embedded systems is an ubiquitous requirement. For instance, you might decide that you want to toggle an output every millisecond. You might be tasked to implement a system that samples an ADC once a second. You might want to change... [Read More]