Could any of you help me solve this problem? The current situation is: 1. The clock signal is 1MHz (always provided). 2. In the picture, CH1 is the SHT signal and CH2 is the ICG signal.Next is the OS ...
First of all, I would like to thank STM and EEWORLD for providing this evaluation opportunity. From the mid-December when I received the NUCLEO-L552ZE development board to now, about one and a half mo...
[i=s]This post was last edited by xiaozhuang on 2019-2-11 12:52[/i] [align=left]I am from Chaoshan, Guangdong Province. Now I would like to take this opportunity to introduce the Yingge dance of my ho...
[i=s]This post was last edited by Hot Ximixiu on 2020-11-3 22:06[/i]The MCU source program is as follows://**********************************************************************************// Author:w...
1. General timer overview and performance 1.1 Overview On the stm32 chip used by the author, there is a total of 1 advanced timer TIM1 and 3 general timers TIM2, TIM3, and TIM4. Each general time...[Details]
From June 17 to 19, the 11th China Automotive Forum was held in Jiading, Shanghai, and the development of new energy vehicles remained the focus. Xu Haidong, deputy chief engineer of the China Associ...[Details]
On September 26, the first phase of the pile foundation commencement ceremony of TCL Huaxing Optoelectronics' Indian module project was held at the TCL Industrial Park in Tirupati, Andhra Pradesh, In...[Details]
OFweek Cup · OFweek 2023 China
Robot
Industry Annual Selection (abbreviated as OFweek Robot Awards 2023) is jointly organized by OFweek, China's high-tech industry portal, and its authorita...[Details]
There are four low-power modes for STM8S105: wait mode, stop mode, fast active stop mode and slow active stop mode. 1. Waiting mode: You can execute instruction wif() to enter waiting mode. In this...[Details]
1. Understanding of chip structure: introduction: The 16/32-bit ARM920T RISC processor designed by ARM. The ARM920T implements MMU, AMBA bus and Harvard structure cache architecture. This structu...[Details]
Electromagnetic flowmeter is a commonly used flow measurement instrument with the advantages of flexible use, stable performance, high reliability, easy maintenance, and high measurement accuracy. Wh...[Details]
Uploaded on 2019-8-25 15:20 The microcontroller source program is as follows: /*********************************************************************************** * * * Spot welding machine co...[Details]
On December 22, the 2021 China Integrated Circuit Design Industry Annual Conference and Wuxi Integrated Circuit Industry Innovation and Development Summit Forum (ICCAD 2021) kicked off in Wuxi. Wu Xi...[Details]
There must be many people who have heard of embedded and microcontroller, but when they first came into contact, I wonder if you have heard of the saying that embedded is microcontroller. In fact, th...[Details]
Photovoltaic inverter manufacturers usually provide users with performance parameters such as rated power, efficiency curve, and power factor, which can provide necessary basic parameters for the pro...[Details]
Inventory and price adjustments have been completed, and the lithium battery industry is getting better. Recently, many domestic new energy vehicle companies announced full-year sales data. Among...[Details]
The auto-coupling step-down starter is an electrical device used for motor starting. It reduces the starting current by reducing the voltage when the motor starts, thereby protecting the motor and ...[Details]
Regardless of the niche, the entire communications industry is embracing wireless technology in an unprecedented way. 5G will revolutionize communications between people, machines, and people, and it...[Details]
#INCLUDE"P16F877.inc"
ORG 000H
GOTO A1
ORG 0CH
A1 MOVLW 1; bit 1 displays the number
MOVWF 50H;
MOVLW 2; bit 2 displays the number
MOVWF 51H;
MOVLW 3; bit 3 displays the number
MOVWF ...[Details]