[postbg]bg1.png[/postbg][align=center][backcolor=paleturquoise][color=#00bfff] [b][size=6] Production of Multifunctional Intelligent Window Based on 51 Single Chip Microcomputer[/size][/b][/color][/ba...
[i=s]This post was last edited by cortex_M3 on 2020-8-2 19:35[/i]Video firstVideo 1: LGSR-WIFI module WeChat network configuration, one-click completion of three stepshttps://www.bilibili.com/video/BV...
1. The basic structure of TMS320C55x DSP 1.1 CPU system of C55x The C55x has one 32-bit program data bus (PB), five 16-bit data buses (BB, CB, DB). The MCU has three bus lines: 1, 2, 4, 5, 6, 7, 8, 9,...
This is a plug-in power monitoring plug designed by a Dutch engineer. Once plugged into a regular socket, it will immediately display the current power consumption, so that users can analyze and compa...
Battery-powered systems are often accompanied by low-power standby requirements. For example, automotive systems often require power supplies to maintain output voltage regulation even under no-load c...
1. Purpose Since the number of times the STM32 FLASH can be erased and written is limited, in order to protect our FLASH and extend the use time of the MCU, we can debug on the SRAM. SRAM is a ...[Details]
Because the STM32 HAL library only has millisecond-level delay for HAl_Delay(), in order to achieve accurate microsecond-level delay, Systick has to be modified. However, since it is used internally ...[Details]
From last year to now, competition in the photovoltaic inverter industry has become increasingly fierce. In addition to the introduction of new products, various marketing and promotion methods hav...[Details]
I slightly changed the lyrics of Yu Quan's song "Running", which seems to be
a reflection of the current state of
Huawei Cloud
. At the annual Huawei Analyst Conference held on April 17,
Zh...[Details]
Recently, Zhejiang Lipu Crushing Equipment Co., Ltd. invested 50 million yuan to build a new "annual production of 1,200 high-efficiency and energy-saving ultra-fine pulverizer construction project...[Details]
In recent years, in order to meet the needs of social development, more and more companies have entered the fields of smart phones, artificial intelligence,
VR
, AR, etc. After seeing the d...[Details]
China Energy Storage Network News:
"As the world's first third-generation blockchain, Anda Chain, which has China's independent intellectual property rights, will be launched globally in the ...[Details]
STM32 has 2 watchdogs: independent watchdog and window watchdog. Independent watchdog IWDG: A system fault detector that is independent of the system and is not affected by the system because it has ...[Details]
The calculation formula of the watchdog feeding time (watchdog overflow time) is: Tout=((4*2^prer)*rlr)/40 Tout is the watchdog overflow time (in ms), prer is the watchdog clock prescaler value (...[Details]
Google may have foreseen the spread of artificial intelligence (
AI
) technology across apps, devices, and services, such as recognizing friends' faces in photos and giving smart speakers h...[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]
Example analysis: (using DMA mode) mian function: extern __IO u16 ADC_ConvertedValue; //The voltage value converted by ADC is defined in the context of ADC1_Init() float ADC_ConvertedValueLocal; ...[Details]