[i=s]This post was last edited by Baboerben on 2020-2-4 10:14[/i]Most automotive MCUs have on-chip embedded flash memory that contains complex and detailed instruction codes. Although polysilicon floa...
Weight, lifespan, cost, we won't talk about these, let's just talk about the heat dissipation capacity, and make a simple comparison of some physical properties of pure copper and pure aluminum: [/siz...
[i=s]This post was last edited by Zhao Yutian on 2021-12-9 09:22[/i]Source: Bad Review
Speaking of Gu Guoping, perhaps few people know him, but when it comes to Phicomm, many old friends should have h...
This is the courseware of my university MCU teacher. It is arranged according to his MCU tutorial. It has been published by China Defense Science and Technology University Student Press and Beijing Po...
Today I saw a push notification saying that there are more than 2,000 physical bookstores in Beijing. I'm so jealous~~~~ In the small town where I live, there is only one small bookstore with an area ...
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]
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]
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]
In most countries, the military is a fairly large group, and the health of soldiers is particularly important to the combat effectiveness of the army. The US Department of Defense's Advanced Resear...[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]
1 Introduction Due to the special working environment of coal mine production, the production process is more dangerous and unsafe than the general industry. With the continuous increase in c...[Details]
Every era has anxiety that has nowhere to go. Let's follow the embedded editor to learn about the relevant content.
The anxiety of the post-Internet era is that if you don’t revolutionize ...[Details]
Introduction: As a power electronic device, the photovoltaic inverter mainly converts the direct current generated by the photovoltaic module into alternating current. Because there are thousands o...[Details]
1. Function and purpose There are two pins BOOT0 and BOOT1 on each STM32 chip. The level status of these two pins when the chip is reset determines which area the program starts from after th...[Details]
environment: Host: XP Development environment: MDK4.23 MCU:STM32F103CBT6 illustrate: Collect AD through pins PA1 and PA2. Collect AD 10 times for each channel. #include "ad_driver.h" //Global ...[Details]
1. Common knowledge about DMA. 1. Function: to achieve high-speed data transmission between chips. That is, it can achieve data transmission without occupying the CPU. 2. Mode: There are three tran...[Details]