Understanding 6 Embedded Wired Communication Protocols
Part of E-books Screenshots Complete Set of Hardware Learning Materials
Part of E-books Screenshots Complete Set of Hardware Learning Materials
Profibus DP Networking Key Points In industrial sites, one of the most troublesome issues for engineers is communication. Often, they feel that all their settings are correct, yet communication fails, leaving them confused. Below, we will specifically introduce how to set up a Profibus DP network for normal and stable operation. The setup of a … Read more
Hardware Introduction Currently, there are mainly two types of AMD-Xilinx FPGA-JTAG in China: one is the official development board: The second is the newly launched smart lynq (faster and more functional): The price discourages a large number of people: The second type is domestic, with various kinds that I won’t show images of. Domestic JTAG … Read more
Today, I bring you an ultra low-cost FPGA JTAG solution, where the hardware core is based on the Raspberry Pi Pico. Using related chips to create your own JTAG is very cheap; the RP2040 is priced at only 4 yuan on Taobao, making the production cost extremely low. Of course, the cost of using the … Read more
Wu Jianying Microcontroller Development Board Address Shop:【Wu Jianying’s Shop】 Address:【https://item.taobao.com/item.htm?_u=ukgdp5a7629&id=524088004171】 This article contains two parts: 1) Continuing the discussion on the TI DSP connection issues; 2) Briefly mentioning the Xilinx FPGA JTAG connection issues. 1. Why Can’t the TI DSP Connect? Half a year ago, I published a blog post titled “Why Can’t the DSP … Read more
Click the blue "One Click Linux" in the upper left corner and select "Set as Star" Be the first to see valuable articles ☞【Valuable】Embedded Driver Engineer Learning Path ☞【Valuable】A Comprehensive Linux IoT Project for Your Resume ☞【Valuable】Linux Embedded Knowledge Points – Mind Map – Free Access ☞【Thanks】My new book “Learning ARM from Scratch” is officially … Read more
Article Source https://luomuxiaoxiao.com/?p=170 1. Embedded Systems To understand what an embedded software engineer is, we first need to discuss embedded systems (embedded devices). Wikipedia defines embedded systems as follows: An embedded system is a computer system that is embedded within a mechanical or electrical system, designed for specific functions and real-time computing performance. In simple … Read more
01 — Linux Architecture The Linux architecture can be divided into user space and kernel space, which interact with each other through the system call interface. The so-called System Call Interface is a mature interface predefined by the Linux kernel for user space applications. User applications can call the services provided by the operating system … Read more
If you don’t want to miss my updates, remember to check the public account in the upper right corner and set it as a star, and take down a star for me. This analysis question still comes from Huawei’s hardware position written test questions. This time we analyze three multiple-choice questions, involving knowledge points: UART … Read more
Overview:The I2C communication interface is the most commonly used MCU peripheral in our daily applications. Initially, before the MCU had hardware I2C, I2C communication was achieved by simulating the I2C timing through GPIO ports. Later, with the introduction of hardware I2C peripheral interfaces in MCUs, the use of hardware I2C became commonplace. More importantly, it … Read more