Dear community engineers, please take note. ST will hold an online seminar on MEMS high-precision pressure sensor design at 14:00 on Thursday, November 26. There are a lot of useful information here, ...
The growing number of real-time control applications is presenting designers with a dilemma. These applications require the ease of use and fast response to interrupts of a microcontroller (MCU) with ...
What a good day today is! Firecrackers are ringing in the morning. I looked at the calendar. Today is the 16th day of the third lunar month. Well, it is a good day. The rumbling sound of firecrackers ...
When designing a high-reliability computer system, its supporting power supply is required to adopt a redundant design. Generally speaking, the solutions that can be adopted include capacity redundanc...
if(!ds18b20_exist) { Temp_Write_OneChar(0xCC); // Skip reading serial number and column number Temp_Write_OneChar(0x44); // Start temperature conversion Delay(250); Delay(250); Delay(250); Delay(250);...
/******************************************* Function name: DelayNus Function: Realize N microseconds of delay Parameter: n--delay length Return value: None Explanation: The counting clock of timer A ...
China Energy Storage Network News:
According to reports, in order to reduce carbon emissions, a group of Japanese technology and energy companies are launching a pilot project that aims to al...[Details]
CMSIS Driver has similar API functions and similar calling methods. It is a further encapsulation based on the ST HAL library. It is much more convenient and simpler to use and configure than the ST ...[Details]
Recently, the " ZTE
incident"
caused by the Sino-US trade war
has caused heated discussions in the electronics industry. It not only reflects that Chinese companies are lagging behind in the...[Details]
Friends who work in the photovoltaic industry, do you still remember the hard work on June 30 last year? How many people worked late into the night for months in a row just to connect to the grid a...[Details]
In Windows environment, the source code is encoded in UTF-8. If the source file created by STM32CubeMX contains Chinese comments, then using STM32CubeMX to regenerate the source code will cause the C...[Details]
Security PPP is a new model of urban video surveillance projects: 1) The government and social capital establish a project company in a certain proportion; 2) The project company participates in the ...[Details]
This program uses the eight-channel ADC single acquisition mode. According to the configuration, ADC12SC will automatically reset after the conversion is completed in the single mode, so it is necess...[Details]
From small households to large enterprises, energy consumption has always been a concern for everyone. The energy consumption of Chinese enterprises has always been high, and the country has also wor...[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]
WPG Holdings announced that its subsidiary Youshang has launched a wireless smoke alarm solution based on STM and Semtech . With the development of the national economy and the enhancement of...[Details]
Notes on inverter installation and maintenance:
1. Before installation, you should first check whether the inverter is damaged during transportation.
2. When selecting an installa...[Details]
The STM32 watchdog has two WWDG and IWDG. The biggest difference between the two is that IWDG has only one lower limit for feeding, while WWDG, as the name implies, must be fed within a range to ensu...[Details]
The clock system of STM32 can be directly summarized in a diagram (from the STM32F10X reference manual). The following is an analysis of this diagram 1. STM32 input clock source 1.1 Function of cl...[Details]