-
1 Introduction
The full name of CAN bus is Controller Area Network Bus, which is a type of fieldbus and a serial communication network that effectively supports distributed control or real...[Details]
-
Windows CE inherits the rich features of the desktop version of Windows to the greatest extent, but Windows CE is not a universal installation version of the operating system. In the world of embedde...[Details]
-
Spectrum analyzers are relatively expensive, so when using them, we should choose a relatively stable bed or support surface to avoid accidents such as falls or burns. The spectrum analyzer should ...[Details]
-
1. P0 port characteristics: Port P0 is a three-state bidirectional I/O port. For a microcontroller basic system with internal program memory (such as a customized 8051), port P0 can be us...[Details]
-
In terms of data storage type, the 8051 series has on-chip and off-chip program memory, on-chip and off-chip data memory. The on-chip program memory is also divided into direct addressing area and ind...[Details]
-
In some complex systems, there are data transmission problems between the system and subsystem, subsystem and equipment, etc., which are often solved by communication. Due to the different communicati...[Details]
-
CLK clock signal: The shift pulse provided to the shift register. Each pulse will cause the data to shift in or out one bit. The data on the data port must be coordinated with the clock signal to t...[Details]
-
1. Operating frequency of the microcontroller 1.1 The design of the microcontroller should choose a lower operating frequency according to customer needs First, let me introduce the advantages of do...[Details]
-
Understanding Mobile
This article will help you understand mobile robots and the important framework in their development - robots.
First, let us introduce one of the most common mobi...[Details]
-
Introduction: The bank and PC issues of PIC microcontrollers are often easy to cause errors when we look up tables and set up banks. The following editor will focus on the following two points. I hop...[Details]
-
The detailed analysis diagram of the STM32 minimum system using stm32f103rc is as follows: 1. STM32 main circuit 2. USB to serial port download circuit Note: In this figure, diode D1 does...[Details]
-
According to statistics from the U.S. Department of Energy, about half of the world's energy is consumed by motors, so how to improve the energy consumption of motor control systems has become an i...[Details]
-
According to Jiwei.com, the 2021 5th Jiwei Semiconductor Summit with the theme of "The Heart and the Core are in the Same Form, Changes are Like Kunpeng" will be held in Haicang, Xiamen from June 25 ...[Details]
-
High-voltage, multi-cell battery packs are used in electric vehicles, hybrid vehicles, electric bicycles, power tools and other equipment. Lithium-ion batteries are widely used due to their high en...[Details]
-
1. Set obj and src
ifneq ($(OBJTREE),$(SRCTREE))
ifeq ($(CURDIR),$(SRCTREE))
you :=
else
dir := $(subst $(SRCTREE)/,,$(CURDIR))
endif
obj := $(if $(di...[Details]