Embedded C
Embedded Programming Standards Worth Noting
Hello everyone, I am Xiaomai. Today, we will discuss programming standards. I previously wrote an article titled “A Comprehensive Compilation of Linux Kernel Source Code Standards” because Linux is a large open-source project developed by many people, and the importance of adhering to corresponding programming standards is evident. Although what suits you best is the … Read more
The Perfect Combination of const and Pointers in Embedded C
Follow+Star Public Account Number, don’t miss out on exciting contentAuthor | Mr.Deng Source | Embedded Intelligence Bureau This article shares the intricacies of using <span>const</span> with pointers in embedded C. As we all know, the flexibility of pointers is the core charm of C, but it is also a double-edged sword—carelessness can lead to memory … Read more
Tips and Tricks (1) — Enabling Float Support for printf in Embedded C
The toolchain version I am using is arm-gnu-toolchain-12.3.rel1-x86_64-arm-none-eabi and it is necessary to add the following to the linker parameters: -u_printf_float Otherwise, when using “%f”, the output will be an empty string. Please open in the WeChat client.
Embedded Programming Standards from an Expert’s Perspective
Content Hello everyone, I am Bug Jun! Today, I found a coding standard to share with you, which can help avoid many bugs~ “ Introduction: This article analyzes the embedded C coding standards shared by a foreigner on GitHub (recommended for careful reading): Embedded Mixed Bag.Keywords: Embedded, C Statements, Coding Standards ” Sharing the embedded … Read more
Essential Knowledge Points for Embedded C Language: A Comprehensive Summary
How to excel in Embedded Systems? When you ask this question, you will often hear the advice to master C language!Today, I recommend a comprehensive summary of knowledge points in Embedded C Language written by an expert, which is definitely worth reading. From a grammatical perspective, C language is not complex, but writing high-quality and … Read more
Optimizing Embedded C Code for Performance
Click the “Microcontroller” above, and select “Top/Star“Public Account to receive the latest articles! Introduction How to optimize embedded C code? Application of Wuhan Chip Source General MCU CW32F030 series products in massage guns – Wuhan Chip Source Semiconductor Co., Ltd. [C Language Advanced] Efficiently troubleshooting your C programs using assert [C Language Advanced] Advanced usage … Read more
The Most Powerful Development Board from Arduino and Full Support for N32 Series MCU by J-Link at Embedded World 2023
Follow+Star Public Account, don’t miss out on exciting content Author | strongerHuang WeChat Public Account | Embedded Column Embedded News Issue 07 is here: 1. Arduino Launches the Most Powerful Development Board At the beginning of this month (March 1), Arduino officially launched its “strongest” development board ever, featuring a dual-core STM32H7 (Cortex-M7 core at … Read more
OTA Online Upgrade for Arduino
1. Introduction to OTA OTA stands for Over-the-Air, which refers to the technology for remote management of SIM card data and applications through mobile communication (GSM or CDMA) over the air interface. The air interface can utilize WAP, GPRS, CDMA1X, and SMS technologies. The application of OTA technology allows mobile communications to not only provide … Read more