STM32 and Alibaba Cloud IoT: A Comprehensive Guide to IoT Application Development

STM32 and Alibaba Cloud IoT: A Comprehensive Guide to IoT Application Development

Why are ambitious embedded developers so keen on cloud computing? In 1999, Jack Ma founded Alibaba in Hangzhou. From the public accessing the internet to today, it has only been over twenty years. In these twenty years, the internet has drastically changed our lives; In 2009, Alibaba introduced cloud services, providing safe and reliable computing … Read more

Why Embedded Developers Prefer Linux-Based Development Over MCU Development

Why Embedded Developers Prefer Linux-Based Development Over MCU Development

Click on the top, select“Pin/Star Public Account” Welfare and dry goods, delivered first time The first point is salary issues In terms of RMB programming, embedded development often serves the manufacturing industry. The salary level of high-end manufacturing will be relatively higher than that of low-end manufacturing, as the former may have higher product profits. … Read more

The High Costs of Embedded Development

The High Costs of Embedded Development

Today, I have compiled some prices of commonly used software tools in embedded development, and some netizens exclaimed: The cost of embedded development is too high! Let me ask everyone first: Do you think the cost of embedded development is high? The answer: Yes! For ordinary people, it is indeed high, except for some wealthy … Read more

What You Need to Learn for Embedded Development

What You Need to Learn for Embedded Development

What Do You Need to Learn for Embedded Development? Embedded development is a field focused on the integration of hardware and software. Embedded systems are often embedded in devices and controlled by specific software. Embedded development involves a lot of hardware and software knowledge, so becoming an embedded development engineer requires mastering several key areas … Read more

Comprehensive Guide to ARM Cortex-M0 System Registers

Comprehensive Guide to ARM Cortex-M0 System Registers

Hello everyone, I am the blue fish tail, and this is Fish World Talk. Recently, I have been reading the book “Authoritative Guide to ARM Cortex-M0” translated by Wu Changyu and Wei Jun, and I want to have a more systematic understanding of the MCU at the core level. Because my usual work mostly stays … Read more

Essential Tools and Equipment for Embedded Development

Essential Tools and Equipment for Embedded Development

For technology enthusiasts aspiring to enter the field of embedded development, understanding and preparing the relevant tools and equipment is an important first step in embarking on this journey. This article will provide a detailed introduction to the essential tools and equipment in the process of embedded development. 01 Development Tools 1. Development Boards Development … Read more

Learning Linux Development for ARM64 Architecture Using QEMU

Learning Linux Development for ARM64 Architecture Using QEMU

1. Installing QEMU QEMU has been around for a long time, and I never thought about what its full name is. Today, while writing this article, I looked it up, and the full name should be quick emulator. QEMU (quick emulator) is a free and open-source virtual machine (VMM) for hardware virtualization, written by Fabrice … Read more

Raspberry Pi 4 Bare-Metal Basics: Starting from Hello World

Raspberry Pi 4 Bare-Metal Basics: Starting from Hello World

Raspberry Pi 4 Bare-Metal Basics: Starting from Hello World 1. Introduction 2. Project Overview 2.1 Makefile 2.2 link.ld Linker File 3. Understanding Code Execution from the CPU Perspective 3.1 start.S File 3.2 Functionality of the main Function 4. Raspberry Pi 4 Serial Peripheral Program 4.1 Setting GPIO Functionality 4.2 Configuring the Serial Controller 5. Conclusion … Read more

Getting Started with FreeRTOS for Embedded Development

Getting Started with FreeRTOS for Embedded Development

Typically, microcontrollers are developed in a bare-metal mode, where a single while loop runs indefinitely. However, when there are multiple tasks to manage that need to switch back and forth rather than executing in a serial mode, an operating system must be assigned to the microcontroller. Common operating systems used for microcontrollers include UCOS, RTX, … Read more

Understanding CPUs in Embedded Development

Understanding CPUs in Embedded Development

CPU is an important part of digital processing systems. In my view, microcontrollers, microprocessors, and DSPs can all be referred to as CPUs, with their emphasis differing. Specifically, traditional microcontrollers are more focused on embedded computing, such as the commonly used 51, AVR, and ARM chips, which not only contain computational and control functions but … Read more