STM32 Firmware Design Patterns
This article explores essential design patterns and programming techniques commonly used in STM32F10x firmware development. 1. Robust Clock Stability Check do { HSEStatus = RCC->CR & RC...
This article explores essential design patterns and programming techniques commonly used in STM32F10x firmware development. 1. Robust Clock Stability Check do { HSEStatus = RCC->CR & RC...
Have you ever wondered what happens when you press the reset button on your STM32 board? Let’s embark on a journey through the startup process of the STM32F103VE, breaking down this complex process...
When writing a blog, I needed an easy way to insert timestamps in a specific format. Instead of using the command line with Jekyll-Compose to create new posts, I recommend the Insert Date String ex...