Hardcore Microcontroller Programming and Philosophy

Hardcore Microcontroller Programming and Philosophy

1. What Is Bare Metal Programming? First, let me clarify a concept: bare metal programming, a term I coined, refers to writing programs directly on the bare hardware. In the microcontroller field, bare metal refers to a microcontroller control system that operates without an operating system. Programming on bare metal is like cultivating land in … Read more

Why Design Patterns Are Rarely Used in Embedded Development

Why Design Patterns Are Rarely Used in Embedded Development

Follow+Star Public Account, don’t miss the wonderful content Author | Li Xiaoyao Source | Technology Makes Dreams Greater In the first two years of my work, I wrote code for projects without considering code extensibility, portability, or modularity, which led to difficulties when new features were added or modifications were needed. Today, I’m sharing an … Read more