A quick introduction to TM32 interrupts and nested NVIC. I also learned it by reading this book: Cortex-M3 Definitive Guide, written by Joseph Yiu and translated by Song Yan. It's actually very simple...
I'm working on a gas-sensitive smoke monitoring device recently. I have a sensor component in my hand. The performance test is good, but I don't know which manufacturer it is made of. I can only see t...
Occasionally I see that various programs cannot be compiled in the group. I think I must sharpen my guns before I can go into battle. However, I am very busy recently and have little time to learn Ren...
[i=s]This post was last edited by zhang1gong on 2022-3-23 16:24[/i]After having a basic understanding of the "Sipeed LicheeRV 86 Panel" hardware and doing simple lighting and flashing experiments, the...
[i=s] This post was last edited by Mr. Li on 2019-8-30 18:32 [/i] Please help me, the diesel engine electronic accelerator pedal can be used in some cars in the automobile factory, but the decoder on ...
I heard that "Daoxiangchun" is the name of Beijing. I saw the mooncakes I exchanged with chip coins when I got home today. I thought there was no movement after taking pictures these days! I have to p...
Guangdong Traffic Regulation No. 355
To all municipal transportation bureaus (commissions) above the prefecture level, provincial transportation groups, Guangdong Power Grid Compa...[Details]
Recently, the Provincial Development and Reform Commission and the Provincial Poverty Alleviation Office jointly organized the application for a number of centralized photovoltaic poverty alleviation ...[Details]
In the
AI
boom, the most talked about is
neural network
. However,
AI
is much more than that. Let's learn about the relevant content with the network communication editor.
...[Details]
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
The program got stuck during LCD initialization. Through hardware debugging, it was found that it was stuck in the Delay_ms() function. Going to the definition, it was found to be a macro definition ...[Details]
1. Determination of STM32 ADC sampling frequency 1. First, read some information to determine the ADC clock: (1) The ADCCLK clock provided by the clock controller is synchronized with the PCLK2 (A...[Details]
According to MEMS Consulting, Japan's
Toshiba
will further develop its automotive
LiDAR
(laser radar) semiconductor business, mainly focusing on: (1)
light receiving elements use...[Details]
I am going to do a project recently, which requires counting the frequency and duty cycle of the external PWM signal. The chip used is STM32F207 Looking at the datasheet, I found that one of the ma...[Details]
The watchdog timer is used to prevent the program from running away due to strong interference noise caused by power supply, space electromagnetic interference or other reasons. Many microcontrollers...[Details]
As the weather gets colder, the way the north and south spend the winter has become a hot topic and people talk about it. Although the north is particularly cold, because there is heating, it can s...[Details]
In order to strengthen the traceability management of recycling and utilization of power batteries for new energy vehicles, and to standardize and guide all relevant parties to fulfill their tracea...[Details]
Making a digital sampling oscilloscope has been my long-standing wish, but after all, this goal is quite difficult, and there are too many aspects involved, such as analog front-end circuit, high-spe...[Details]
At this exhibition, Microsoft brought its flagship intelligent voice products - XiaoIce and Xiaona. In addition, the voice will be equipped with an intelligent face recognition system. Let's see ho...[Details]
It is required to use MCS-51 microcontroller to sort data. 1. Sort the 8 data in ascending order; 2. The data to be sorted is stored in the internal data memory address units 30H-37H, which are 34H, ...[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]