One very important aspect of any development is versioning. Sure, for small projects it might not be necessary, but I’ve gotten used to using Git…
For programming my STM32s, I’ve been using almost solely those 3-dollar USB dongles from China, which are basically ST-LINK/V2 clones. They do their basic task…
For less complicated projects, the foreground-background architecture (ie. main loop supported by interrupts) is perfectly fine. But at some level of complexity it is much…
I recently needed to send new firmware for one of my products to a customer. While he had the neccessary USB-UART converter, he didn’t have…
I’ve been developing for STM32’s for a couple of years now, and I did a lot of different projects – from large powersupplies to small…