Microcontroller Experiment Guide – Page 113
Screenshots of Some E-books 【Complete Set of Hardware Learning Materials Collection】
Screenshots of Some E-books 【Complete Set of Hardware Learning Materials Collection】
Today, we continue to delve deeply into the semiconductor industry and related companies. To begin with: For those looking to invest in semiconductors at a low point, please be patient a little longer. I still believe we need to wait. Yesterday, my senior sister mentioned that while the space for decline is sufficient, the time … Read more
In this article, we will introduce how to quickly set up Ethernet on an FPGA (using LWIP). For this purpose, we will use MicroBlaze as the main CPU to run its application. LWIP is a good starting point for designing Ethernet with bare metal, on which we can easily adjust the software application to provide … Read more
Programmable Logic Devices (PLDs) originated in the 1970s and are a new type of logic device developed based on Application-Specific Integrated Circuits (ASICs). They are the main hardware platform for digital system design today, characterized by being fully configurable and programmable by users through software to perform specific functions, and can be repeatedly erased and … Read more
Source: DeepHub IMBA This article has a total of 4500 words, and it is recommended to read in 5 minutes. This article will delve into five main types of computing accelerators. In today’s rapidly evolving computing technology, traditional general-purpose processors (CPUs) are gradually being supplemented or replaced by dedicated hardware accelerators, especially in specific computing … Read more
Source: Lao Shi Talks Chips Many of the world’s top “architects” may be people you have never heard of; they design and create many amazing structures that you may have never seen, such as the complex systems within chips that originate from sand. If you use a mobile phone, computer, or send and receive information … Read more
Introduction In this section, we will discuss the WiFi chip ESP8266 used in the STM32 FOTA example. This involves the ESP-01 WiFi module based on the ESP8266 chip, developed by Ai-Thinker. In the STM32 FOTA Demo project, we use it to achieve wireless communication. First, let’s get to know this module, and then we will … Read more
Follow+Star public account number, don’t miss the wonderful content Author | Dmitry.GR Translation | Zheng Liyuan, originally from | CSDN For a long time, I have been trying to build a microcomputer that can run Linux with the least number of components. I have also attempted extreme simplifications and various interesting form designs, and this … Read more
This article and the following ones mainly introduce the usage of STM32F103C8T6. So why is it called STM32F103C8T6? Below are the naming rules for STM32, and you can understand the various parameters of each chip through this diagram. 01 Introduction According to the end of the previous article, this chip belongs to the mainstream series … Read more
Your device connects to another device, and if it can automatically recognize the baud rate without knowing the baud rate of the other device, wouldn’t that be very convenient? 1 Overview Regarding the issue of automatically recognizing UART serial port baud rates, those with project experience or who have studied serial ports should know a … Read more