Don’t Overlook the C Language Standards in Embedded Programming!

Don't Overlook the C Language Standards in Embedded Programming!

Recently, during a code review, I noticed that many colleagues’ coding practices were teetering on the edge of risk, with one of the most glaring issues being the arbitrary placement of local variable definitions. For seasoned C programmers, most have developed the habit of “defining variables at the beginning of a statement block”. I vaguely … Read more

Essential Tools for Embedded Development

Essential Tools for Embedded Development

Follow+Star Public Account, don’t miss out on exciting content Author | strongerHuang WeChat Public Account | strongerHuang To make it easier for everyone to review articles on their phones while commuting or running errands, I have carefully organized this tutorial column: Embedded Tools | What are the commonly used IDEs for Microcontrollers? Embedded Tools | … Read more