Articles by tag: stm32
CAN in STM32: technical guide to integration | Embedded
How to implement CAN interface in an electric drive control project on STM32. Timing calculation, error handling, load testing. Practical recommendations.
Microcontroller Debugging Errors: SWD and Hardware Bugs
Analysis of Typical Bugs When Working with MCU: SWD Pin Conflicts, ESD, Flash Configuration, Crystals. Practical Fixes for Middle/Senior Developers. Study to Avoid.
SDR GPS on STM32: processing without ASIC
Create an SDR GPS receiver on STM32F4 with MAX2769. Bitwise XOR instead of multiplication, DMA capture 16 MHz. Guide for embedded developers. Study the code.
STM32 Build with IAR via GNU Make: Automation for CI/CD
Step-by-Step Guide to Setting Up STM32 Firmware Builds with IAR Compiler Using GNU Make. Learn how to automate processes and integrate into CI/CD.