Click here to view all submitted worksClick here to enter the 2020 ST MEMS Sensor Creativity Competition Award Ceremony, paying tribute to those who dare to challenge and persist~LSM6DSOX+STEVAL-MKI10...
Maybe some people still don't know what time synchronization and frequency synchronization are, but we all know GPS, Beidou and GLONASS. Maybe some people are experts in time and frequency synchroniza...
1. Write an interrupt service routine
Write an ISR function c_intXX in the .c source file for interrupt processing, such as:
interrupt void c_intXX (void)
{…;
}
Note: For hardware interrupts, XX = 00~...
The setting is: AT+CNMI=2,1 When the MCU receives the message, sometimes there is a new message prompt, and sometimes there is no new message prompt (no prompt is the majority of the time). Why is thi...
I use FPGA to configure ADV7181B through I2C. Through the logic analyzer, I can see that the device address, slave address, and data output by the FPGA are all correct, but ADV7181 does not respond. H...
1. Project BackgroundIn urban sewage treatment, the construction of urban sewage treatment facilities has been mentioned in a prominent position in urban infrastructure construction, which has brought...
On April 17, the U.S. Department of Commerce suddenly announced that it would completely ban U.S. companies from
selling parts, goods, software and technology
to
ZTE
within 7 years. This als...[Details]
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]
On April 20, the Photovoltaic Summit, guided by Jiangsu Renewable Energy Industry Association, hosted by Growatt, and supported by LONGi Solar Technology Co., Ltd. and Jiangsu Bigo New Energy Group...[Details]
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[Details]
In the actual project development process, it is common to encounter modifications to the hardware circuit, and then the modified part requires the modification of the driver. Thinking about the comi...[Details]
1. Usage scenarios In the first case, when using a common STM32 delay function, similar to HAL_Delay(time), since this function uses a loop to judge and delay, when executing this function, the ent...[Details]
The day before yesterday, I learned about STM's Systick and found it quite useful for precise timing. When I used CVAVR before, I found that the delay.h in it was very useful. So, I used STM32's...[Details]
The trade war between China and the United States has become the focus. The United States has begun to play the ban card against Chinese technology companies. The ZTE incident shows that if the ban...[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]
After studying the F4 FSMC method to drive the touch screen for a few days, I have gained some understanding, which are listed below. The unorganized record is only for my own reference in the future...[Details]
1. Initial understanding of FSMC: FSMC consists of 4 modules: (1) AHB interface (including FSMC configuration register) (2) NOR flash memory and PSRAM controller (when driving LCD, LCD is like a PSRA...[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]