[size=4] ESD (electrostatic discharge) is one of the most serious failure mechanisms in CMOS circuits, which can cause the circuit to burn itself. This paper discusses the necessity of ESD protection ...
There was a previous version with 7 uses
Diodes are very commonly used basic components. This article mainly introduces some functions of diodes, such as anti-reverse, rectification, voltage regulatio...
The KeyStone multicore architecture provides a high-performance architecture for integrating RISC and DSP cores with dedicated coprocessors and I/O. KeyStone is the first solution of its kind to provi...
Digi-key joins hands with senior technicians to focus on the growth of electronic engineers and provide you with wonderful video tutorials
The video tutorial is full of useful information~Currently av...
I received the board today. I like it very much. It has rich interfaces and peripherals. After getting it, I can't wait to prepare the development environment and routine testing.My STM32CubeMX is an ...
With the continuous development of automobile technology, the configurations of cars are becoming more and more abundant. Safety configurations such as ACC, AEB, BSW, etc., have made everyone confuse...[Details]
If you are designing for autonomous vehicle applications, you know the importance of LiDAR (Light Detection and Ranging). LiDAR is a key optical technology that performs distance sensing for autono...[Details]
The .h file is as follows: #ifndef __WWDG_H #define __WWDG_H #include "stm8s.h" void Delay(); void WWDG_Configuration(void) ; void Refresh_WWDG_Window(void); #endif The .c file is as follows...[Details]
1 Introduction
The advent of the PC era has led to the emergence of information products, and the combination of the Internet and information products is a trend of development today. The emerg...[Details]
project instruction
Nuclear energy is a clean energy. While saving the consumption of non-renewable resources such as coal, oil and natural gas, it also reduces the pollution of carbon dioxide, s...[Details]
1. Power supply environment: single phase and three phase
Understanding the customer's existing power infrastructure is critical during the evaluation and sales process. While most sales c...[Details]
IT8528E, this chip integrates multiple peripheral modules, the core is 8032, and uses the 8051 instruction set. Therefore, this MCU "core" is 51 cores. You can simply think that this is an 8051 mic...[Details]
On July 22, the startup Inbrain Neuro electronics is experimenting with brain-computer interfaces (BCIs) using graphene chips, and plans to test its graphene-based brain-computer interfaces during ...[Details]
KEMPTEN, Germany and WATERTOWN, Mass., March 23, 2023 /PRNewswire/ -- ABT e-Line, one of the leading technology-driven companies dedicated to providing automotive aftermarket solutions, partners with...[Details]
0 Introduction
The drive and control of motors is an important research topic in modern electronic technology. Different types of motors require different control and drive methods. Using a hig...[Details]
When learning about external interrupts, because I didn’t understand them, I just pasted the program to execute them.
void ISR0_Key() interrupt 0 using 1
{
Speak1=~Speak1;
}
...[Details]
On September 3, as a cutting-edge technology explored by various countries, brain-computer interface (BMI) is expected to bring more groundbreaking solutions to help patients with severe movement d...[Details]
Well-known semiconductor industry chain blogger @手机陶瓷达人's latest post said that TSMC will increase the price of wafer foundry next year, but according to the supply chain in Taiwan, China, TSMC's pri...[Details]
Below is the circuit of LCD, where RD is connected to P2^6; LCDE is connected to P2^7, and WR is connected to P2^5. #include reg51.h
#define uint unsigned int
#define uchar unsigned char
sbit lc...[Details]
1. Steps to write ts driver (beginners can just take a look at it, the content is a bit confusing)
1. Copy the header file;
2. Write entry and exit functions
3. All...[Details]