I would like to ask you: What are the digital peripherals and analog peripherals of a microcontroller? What are the digital peripherals and analog peripherals of the C8051F12X series microcontroller? ...
[font=微软雅黑][size=3]Original post link: [url=https://bbs.eeworld.com.cn/thread-500983-1-1.html]https://bbs.eeworld.com.cn/thread-500983-1-1.html[/url][/size][/font] [font=微软雅黑][size=3]Thank you for par...
[i=s] This post was last edited by paulhyde on 2014-9-15 03:56 [/i] #DAY1-Amplifier This morning, Mr. Zhao gave us a lecture on "Measurement Amplifier.ppt". Peng Xiaodong (Digital Electronics) also ca...
In order to facilitate beginners to find examples on the forum, I took some time to sort out all the executable projects on the forum. The copyright belongs to the original author. I am only responsib...
[size=4] Let me talk about my experience and feelings first. To be honest, I am a data collection enthusiast and have collected quite a lot of classic data (haha, this is not self-praise, the resource...
Two 2032 batteries are brand new and have a voltage of 6.8v; they supply the PIC microcontroller, which has a maximum working voltage of 5.5v; what is a good solution? Working process: After pressing ...
1. Purpose In actual product release, if the program stored in the MCU Flash is not protected, some illegal companies may read the program in the Flash through an emulator (J-Link, ST-Link, e...[Details]
introduction STM32 has many registers, which are difficult to remember, so the official packaged two sets of library functions. One is the standard library, but the official has not updated it on F7,...[Details]
introduction In the general project development process, two or more microcontrollers are often required to communicate to complete data transmission. For example, a quadcopter wirelessly transmits d...[Details]
At present, the Beidou system has achieved industrial breakthroughs and leapfrog development in five major areas, including the automotive OEM market, smart phones, and high-precision applications....[Details]
Since China began to try to produce panels independently in 1998, in 2018, China's panel industry has gradually upgraded from a marginal industry to the largest production scale. Especially in the ...[Details]
Nowadays, everyone is saying that "technology is people-oriented". The essence of the development of technology is to serve the improvement of the quality of life of human beings. Automated driving...[Details]
I rewrote the main part of this program. The program uses the watchdog as a normal timer and scans the digital tubes in the watchdog interrupt. In addition, I added a display buffer. If you want to d...[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]
As cryptocurrency continues to gain popularity, a technology hidden behind it has attracted more attention from the world, that is the now hotly debated
blockchain
. Let's follow the embedd...[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]
Mobile communication resale business means that enterprises can contract part of the communication network usage rights from basic telecommunications operators, repackage them into their own brands...[Details]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
A crystal oscillator can be electrically equivalent to a two-terminal network consisting of a capacitor and a resistor in parallel and a capacitor in series. In electrical engineering, this network h...[Details]
When STM32 uses JTMS (PA13) and JTCK (PA14) as normal I/O ports, add the following code before initialization (the order cannot be reversed): RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); G...[Details]