APM32F411 New Product Trial and Original Post Collection

APM32F411 New Product Trial and Original Post Collection

Jihai APM32 MCU Forum: https://bbs.21ic.com/iclist-1112-1.html *Reading Instructions: The following application cases are briefly introduced, with no specific ranking. For detailed evaluation content and related source code, please copy the original link and open it in your browser. Stack Backtrace Method for Automatic Analysis and Location of APM32 Hardfault Errors https://bbs.21ic.com/icview-3331074-1-1.html Using the stack backtrace method … Read more

Comparison and Differences Between FatFS and LittleFS

Comparison and Differences Between FatFS and LittleFS

Follow,Star Public Account Number, don’t miss wonderful content Source: Internet Editor: strongerHuang For many IoT devices, having a small and flexible file system is crucial. There are not many file systems that run on MCUs, and most people should know about the FatFS file system. Today, I will talk about the content of FatFS and … Read more

How to Choose an IoT Operating System?

How to Choose an IoT Operating System?

The Internet of Things (IoT) can be roughly divided into four layers: the perception layer, network layer, device management layer, and application layer. Among these, the **perception layer** most vividly reflects the characteristics of IoT. The perception layer consists of various sensors, protocol conversion gateways, communication gateways, and smart terminals. Most of these terminals are … Read more

Understanding Open Source Operating Systems in IoT

Understanding Open Source Operating Systems in IoT

Source: IntelligentThings Author: John Published by IoT Think Tank Please indicate the source and origin when reprinting —— [Introduction] —— The terms IoT, open source, and operating systems are currently hot topics in the IT industry, and these three terms constitute the open source operating systems for IoT. So, how much do you know about … Read more

Mbed OS: An Open Source Embedded Operating System by Arm

Mbed OS: An Open Source Embedded Operating System by Arm

Mbed OS, an open source embedded operating system developed by Arm, is rapidly transforming the landscape of Internet of Things (IoT) development. It not only simplifies the development process but also provides a solid security foundation and rich features for IoT devices, making it the preferred platform for building the next generation of smart devices. … Read more

Mbed OS: An Open Source Embedded Operating System

Mbed OS: An Open Source Embedded Operating System

Mbed OS is an open-source embedded operating system launched by Arm for Internet of Things (IoT) devices. It provides a comprehensive solution for developing connected products based on Arm Cortex-M microcontrollers, covering security, connectivity, real-time operating system (RTOS), as well as drivers for sensors and I/O devices. This article will delve into the usage of … Read more

Common Makefile Templates for Linux Development

Common Makefile Templates for Linux Development

Click the blue “One Click Linux” in the upper left corner, and select “Set as Starred“ Get the latest articles first ☞【Essential】Embedded Driver Engineer Learning Path ☞【Essential】A Comprehensive Linux IoT Project for Your Resume ☞【Essential】Linux Embedded Knowledge Points – Mind Map – Get it for Free 1 Introduction For development on Windows, many IDEs integrate … Read more

Using Makefile for Project Management to Boost Efficiency

Using Makefile for Project Management to Boost Efficiency

Click the blue text above to follow us 1. Introduction to Makefile Makefile is a file specially designed to assist in project build management. It defines a set of commands that the compiler and IDE project management systems can automatically execute, primarily used for automating compilation and reducing the burden of repetitive tasks. The Makefile … Read more

Introduction and Rules of Makefile

Introduction and Rules of Makefile

Click the above “Baijun Technology“, select “Top Public Account” Embedded essentials, delivered promptly ARM bare-metal phase 1 enhanced video course accompanying WiKi lesson 9, section 5: Introduction and Rules of Makefile. Text cannot completely replace video, so if you find these articles hard to understand, it is recommended to purchase the video for further learning. … Read more

4 Tools for Building Embedded Linux Systems

4 Tools for Building Embedded Linux Systems

Learn about Yocto, Buildroot, OpenWRT, and modified desktop distributions to determine which method is best for your project. — Drew Moseley Useful original link Please visit the “original link” at the end for clickable in-text links, full-size original images, and related articles. Thanks Compiled from | https://opensource.com/article/18/6/embedded-linux-build-tools | Author | Drew Moseley | Translator | … Read more