-
ADC conversion is the conversion of analog input signals into digital signals by the microcontroller. To read the digital signal, you must wait until the conversion is completed. The completion of a ...[Details]
-
Abstract: Brain pacemaker is currently an ideal method to treat Parkinson's disease. However, currently only the American company Medtronic develops and produces brain pacemaker. It is very expensive ...[Details]
-
After studying the F4 FSMC method to drive the touch screen for a few days, I have gained some understanding, which are listed below. The unorganized record is only for my own reference in the future...[Details]
-
Design Overview Beineng International’s one-stop smart home solution is committed to achieving more intelligent interactions. The gateway part of this reference design adopts the ma...[Details]
-
I believe that many people start with the most basic 8-bit MCU when learning MCU (single-chip microcomputer). Nowadays, although 32-bit MCU and even more powerful MCU are likely to replace them, 8-...[Details]
-
1 Introduction With the development of embedded technology, embedded processor ARM is widely used in CNC systems. ARM is a chip designed by ARM, a British company based in Cambridge, which is engag...[Details]
-
PWM signal generation is an important tool in every embedded engineer's arsenal, they are very useful for many applications such as controlling servo motor position, switching small power electronic...[Details]
-
0 Introduction
The ECG signal is one of the earliest bioelectric signals studied and applied in clinical medicine. The analysis and processing of ECG signals can effectively predict heart diseases. ...[Details]
-
FS stands for Full Speed, which refers to a full-speed USB device. During circuit design, a 1.5K pull-up resistor is connected to the power supply at DP to inform the host that it is a full-speed...[Details]
-
First, let's look at a program:
Title 'Input.asm'; Title
; This is a simple input experiment
include
COUNT EQU 20H; Define the 20H register as COUNT
ORG 0; the program area will be loaded f...[Details]
-
Basic Applications of UART Serial Communication Three basic types of communication: Simplex communication: allows one party to send information to the other party, but the other party cannot send i...[Details]
-
Since the S3C2440 core board and the main board are made in the laboratory, the H-Jtag of the friendly arm cannot be used, so J-Link is used to test whether the soldered core board works norma...[Details]
-
The project uses the STM8S003 microcontroller. When the data transmission rate is slow, everything works fine. When the rate is fast, the system freezes. Specifically, the interrupt service program k...[Details]
-
The current mainstream non-volatile memory (NVM) technology based on floating gate flash technology is expected to become the reference technology in the next few years. However, the inherent technica...[Details]
-
11.
General Purpose Input and Output (GPIO)
11.1.
Module Introduction
Each GPIO port has four 32-bit configuration registers (GPIOx_MODE, GPIOx_OTYPE, GPIOx_OSPEED and...[Details]