-
Overview This article briefly describes the solution to initialize timer2 in stm8s003 and immediately enter the interrupt: When debugging stm8 tim2 as a 100ms timer, I found that after enabling timer...[Details]
-
Recently, Li Bin, chairman and CEO of NIO, said in an interview with the media that it is not difficult to develop self-driving chips, which is easier than mobile phone chips. Li Bin's words have ...[Details]
-
On July 26, the National Energy Administration issued the "Notice on Publicizing the Third Batch of the First Major Technical Equipment (Projects) in the Energy Field", among which the energy stora...[Details]
-
1. Working Mode0
The working mode 0 of the timer/counter is called the 13-bit timer/counter mode. It is composed of the lower 5 bits of TL (1/0) and the 8 bits of TH (0/1) to form a 13-bit counter....[Details]
-
First of all, of course, the corresponding configuration is performed in Cube, which I will not go into detail about. After that, in the generated project, find the main function and add the follow...[Details]
-
1 Introduction
Phase failure and phase sequence protection is an indispensable part of the AC motor starting equipment in high-power three-phase AC motors and irreversible transmission equ...[Details]
-
1. Development environment and fixed library version 2. Preparation 3. Create a project template 1. Create a Template folder 2. Create the following three folders under the Template folder ...[Details]
-
This article introduces a photoelectric complementary LED street light controller, which controls the solar panel to charge and discharge the battery pack, detects the battery capacity in real time, ...[Details]
-
The combination of low-power components and low-power design techniques is more valuable now than ever before. As components integrate more functions and become smaller, the demand for low power co...[Details]
-
The energy-saving concept of LED display screens has quietly become a highlight that attracts consumers' attention and is also the reason for its explosive growth in recent years. Of course, after...[Details]
-
This soft switching power supply adopts a full-bridge converter structure and uses MOSFET as a switch tube with a parameter of 1000V/24A. It adopts phase-shifted ZVZCSPWM control, that is, the lead...[Details]
-
1 Introduction
Maintenance-free batteries (referred to as batteries) are widely used in electric bicycles, electric tour buses and uninterruptible power supply systems due to their ease of u...[Details]
-
#include
#include intrins.h
#include math.h
#define uchar unsigned char
uchar co de tab1 ={0xfe,0xfd,0xfb,0xf7,0x7e,0x7d,0x7b,0x77,0xbe,0xbd,0xbb,0xb7,0xde,0xdd,0xdb,0xd7};
uchar keyscane();
vo...[Details]
-
At present, new energy vehicles are moving from the primary stage to the intermediate and advanced stage of development, that is, from the 1.0 era of electrification to the 2.0 era with networking an...[Details]
-
There are coprocessors in the processor to assist the processor in completing some functions, mainly for assisting purposes.
Coprocessor:
Coprocessors are used to perform specific process...[Details]