It has been a week since I got the board. I have gained a lot this week:pleased:. Now I will make a summary: First of all, I have never been exposed to ARM before, so I started from scratch. When I go...
When I read many examples in books, they will add this sentence in the program of creating a new task: #if OS_CRITICAL_METHOD ==3 OS_CPU_SR cpu_sr #endif. It literally means if the interrupt method is...
#define __IO_REG32_BIT(NAME, ADDRESS, ATTRIBUTE, BIT_STRUCT)\ volatile __no_init ATTRIBUTE union \ { \ unsigned long NAME; \ BIT_STRUCT NAME ## _bit; \ } @ ADDRESS I don’t understand the program above...
Today, I was asked in the interview, what should I say about heat dissipation and power consumption? What are the hazards of asymmetric half-bridge when the upper and lower tubes are fully turned on? ...
I use TIM2 to set the timer to one second, but no matter I set TIM_ARRPreloadConfig to DISABLE or ENABLE, the result remains unchanged. I don't understand what TIM_ARRPreloadConfig does. In addition, ...
In
circuit design,
current
measurement
is widely used, and the main fields are divided into three categories: in measurement,
the electric meter
is used to measure the curre...[Details]
1. Introduction
This design was made for participating in an electronic design competition. It effectively solved the problem of the operation and control of an electric car on a seesaw. The s...[Details]
With the advent of increasingly powerful processors, image sensors, memory, and other semiconductor devices, as well as the algorithms that enable them, computer vision can be implemented in a wide...[Details]
As cellular phones become more advanced, the power consumption of the system during operation and the power consumption during standby are also increasing. Therefore, the power management design of...[Details]
In the previous series, we have listed some basic knowledge of C language in Tables 1 to 3. We hope that beginners can strengthen their memory of the above tables and gradually learn to use them wh...[Details]
As people's requirements for safety and comfort in the process of driving cars continue to increase, automotive radars are widely used in the car's adaptive cruise system, collision avoidance syste...[Details]
This article will introduce a design method for a distributed control system used in a tracking car, which can perform distributed control of motor modules, sensor modules, and lighting control mod...[Details]
1 Introduction to LED
With the development of science and technology, people have higher and higher requirements on automobile light sources. LED (Light Emitting Diode) has gradually attracted...[Details]
1 Overview
In the field of traditional lighting, the concepts and definitions of lamps and lamps are clear. Lamps and lamps have their own applicable product standards, supporting technical st...[Details]
Among the uses of electrical energy, lighting accounts for a considerable proportion. Compared with the earlier ordinary incandescent lamps, the fluorescent lamps and energy-saving lamps we commonl...[Details]
Movpower is a portable power bank. It can charge most mobile phones and digital products, such as digital cameras, PDAs, and mobile phones such as Apple, iPod, Blackberry, Motorola, Samsung, Nokia,...[Details]
With the popularity of digital appliances, rechargeable batteries can be seen everywhere in people's daily lives and have become one of the indispensable daily necessities.
This article gives ...[Details]
Energy conservation and environmental protection are the main directions of current automotive technology research, and power batteries are the key to electric vehicle technology. Research on powe...[Details]
0 Introduction
PROFIBUS is an open digital communication system with a wide range of applications, which has been included in the international standards IEC 61158 and IEC 61784. Since the gen...[Details]
Traditionally, when using PLC to control stepper motors, a dedicated stepper motor control intelligent module is usually added to the PLC, and then connected to the drive power supply to realize th...[Details]