-
The last two blogs talked about a version problem of STM32CubeMX and the problem of hardware reset. When you solve these two problems, you will find that after the program is burned into the board, t...[Details]
-
Automotive LCD Instrument Clock EMI Solution As early as 2014, the market size of China's automotive full LCD instrument has reached 3.506 billion yuan, and it is expected that by 2020, this s...[Details]
-
When Amazon quietly launched a product called Elastic Computing Cloud 12 years ago, the Internet industry in China, across the ocean, also ushered in an unprecedented development opportunity. Let's...[Details]
-
1) Independent watchdog has no interrupt, window watchdog has interrupt 2) Independent watchdogs can be divided into hardware and software, while window watchdogs can only be controlled by software...[Details]
-
1. What is PWM What is PWM? Professionally speaking, it is pulse width modulation. In layman's terms, it is the continuous output of high and low levels. For example, the microcontroller outputs...[Details]
-
Design a second and minute pulse generator for a single-chip microcomputer using the interrupt method. Assume that P1.0 generates a positive pulse of one machine cycle per second, and P1.1 generates ...[Details]
-
Please help me analyze the clock cycles occupied by the following delay program. Seek to explain: DELAY: MOV R6, #13 DELAY1: MOV R5, #250 DELAY2: NOP DJNZ R5, DELAY2 DJNZ R6, DEL...[Details]
-
PORT6 outputs the action control, and is externally connected to a circuit that drives 8 seven-segment displays . Write a program to display 1, 2, 3, 4, 5, 6, 7, 8 on the 8 seven-segment displays in ...[Details]
-
HT1380 EQU 0X06 COUNT0 EQU 0X10 TXBUF EQU 0X11 RXBUF EQU 0X12 DATABUF EQU 0X13 ADDRPOINT EQU 0X14 HT_SDA_IN EQU 0B01001000 HD_SDA_OUT EQU 0B00001000 HT_SCL EQU 0 HT_RST EQU ...[Details]
-
Abstract: This article mainly introduces the installation of PonyProg2000 version 2.06c beta for Windows and the method of using this program to develop AVR series microcontrollers. I hope it can be ...[Details]
-
Brushless DC motors are cool (and they make you friends). No one likes to talk about actual hardware (but I'm going to do it). Discrete and integrated gate drivers each have advantages and disadv...[Details]
-
* Code adapted from Atmel AVR ApplICation Note AVR306 * PolLED mode driver for UART, this is the similar to the * library default putchar() and getchar() in ICCAVR */ #include io8515.h #include macr...[Details]
-
In a photovoltaic system, a photovoltaic array is usually formed by connecting multiple components in series and parallel. Due to the inconsistency of the electrical parameters of the components ...[Details]
-
//DS18b20 C language driver, three-digit digital tube display, read the current ambient temperature, accuracy of 0.1 degrees, temperature range 0-99 degrees //DS18B20 detailed pin function descripti...[Details]
-
First, let’s take a look at the basic functions and principles of this module. HC-SR04 ultrasonic distance measurement module can provide non-contact distance sensing function of 2cm-400cm, and the d...[Details]