-
1. Acceptance filter mode Set the filter to off mode before setting, and set it to working mode after setting. Efcan: When the extended frame ID is not in FULLCAN mode, this position is 0. 2. ...[Details]
-
Well, this experiment is also relatively simple~~ Use the buttons to adjust the PWM output (the cycle remains unchanged here, only the duty cycle is changed)~~ 7. Pulse Width Modulation (PWM) VII. (0...[Details]
-
The project uses stm32L072 and needs to save the sampled data to the SD card. The SD card program refers to the routine of the official STM32L073Z_EVAL development board of ST company. The places tha...[Details]
-
With the development of society, people are increasingly advocating green lighting, and LED fluorescent lamps are being widely used as one of them. Compared with ordinary fluorescent lamps, LED...[Details]
-
Preface Today we will explain "STM32F103 TIM output PWM waveform". The software engineering provided supports a maximum output of 18MHz PWM waveform. The function interface has only two parameters: f...[Details]
-
//Hardware connection P4 data port P3.7---E P3.6---RW P3.5----RS
#include"msp430x14x.h"
#define uint unsigned int
#define rw(x) P3OUT=(P3OUT&(~BIT6))|(x?BIT6:0);
unsigned char table0 ="d...[Details]
-
1 Introduction
Capacitive touch technology has been used in kitchen appliances for several years, such as ovens and frying pans, with discrete buttons behind opaque glass panels. These touch co...[Details]
-
introduction Stepper motor is a control actuator and one of the key products of mechatronics. It is widely used in various automation control systems and precision machinery and other fields. The ste...[Details]
-
1 overview 1.1 Purpose This document is used to describe the software writing for the PORT module of the Qidian development board. It is not limited to the realization of hardware functions, but fo...[Details]
-
In recent years, due to the severe medical situation, the teaching performance of medical schools has been continuously weakened; the requirements of hospitals for doctors have been continuously imp...[Details]
-
This article draws on the experience of creating project templates in KEIL, IAR, and some IDEs. If there is any objection, please email me and I will modify it in time. If there is any copyright issu...[Details]
-
I learned STM32 some time ago, and first used library functions to learn for a week. I found that after learning, some basic things could be configured, but the process was very confusing. So I decid...[Details]
-
A special application of AT89C2051, using its comparator to make a light intensity regulator, applied to a fully static LED display. The original situation is that the light control of the origina...[Details]
-
1. Interrupted life cycle Interrupt signal generation (interrupt source) - Interrupt signal filtering (interrupt controller) - Interrupt signal processing (CPU) 1.1 Interrupt source In the life cycle...[Details]
-
In the design of digital systems, the FPGA+ARM system architecture has been used more and more widely. FPGA mainly realizes high-speed data processing; ARM mainly realizes system process control, h...[Details]