May I ask which series of GD chips have built-in DFU mode, and which need to write additional boot to implement DFU mode? The same applies to STM32? Thank you all!...
Earlier, I briefly learned about the basic configuration of the dual-core and the communication between the dual-cores, and prepared to start some content of dual-core collaborative work. I briefly im...
You don't need to be angry or envious. You just need to create your own future through your own efforts. Our entrepreneurial team has world-leading products and is currently only lacking an FPGA devel...
[i=s]This post was last edited by fyaocn on 2015-3-30 09:42[/i] 1. The second order includes multiple chips, this one is a 430 chip. Generally speaking, the 430 series focuses on low power consumption...
Event: The company simultaneously released its 2017 annual report and the first quarter report of 2018. In 2017, the company achieved revenue of 8.886 billion yuan, a year-on-year increase of 48.01...[Details]
The last two blogs talked about a version problem of STM32CubeMX and the problem of hardware reset. When you solve these two problems, you will find that after the program is burned into the board, t...[Details]
Automotive LCD Instrument Clock EMI Solution As early as 2014, the market size of China's automotive full LCD instrument has reached 3.506 billion yuan, and it is expected that by 2020, this s...[Details]
Overview
Lightning is a strong discharge phenomenon that occurs between thunderstorm clouds and between thunderstorm clouds and the earth due to severe convective weather. Lightning is gen...[Details]
When designing a product, if the application environment's requirements for power isolation are not considered, the product will be unstable due to improper design, and even high voltage may damage t...[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]
Autonomous driving
and
5G
are the two hot topics that global companies and media are paying the most attention to, and the combination of the two is the focus of everyone's attention....[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) Independent watchdog has no interrupt, window watchdog has interrupt 2) Independent watchdogs can be divided into hardware and software, while window watchdogs can only be controlled by software...[Details]
12864 LCD parallel port driver is more commonly used, but considering that sometimes the IO port of the microcontroller or MCU is limited, the serial driver method can be used. The following is ...[Details]
In the 80C51 single-chip microcomputer, the clock frequency is known to be 6MHz. Please program P1.0 and P1.1 to output square waves with periods of 2s and 0.5s respectively. Please give the answer a...[Details]
The concept of AI is general and covers a wide range. What is the core of AI? Let's follow the network communication editor to learn about the relevant content.
On May 8, local time in the...[Details]
Unfortunately, my serial port has some problems and I can't print information. I can only debug to view variables and see the values. Fortunately, there is not much AD conversion code, and I can use ...[Details]
//Note: The GCC-AVR version used in this article is WinAVR20100110 Interrupts are not part of the C language, and the implementation of interrupts is implemented by the compiler. Therefore, the writ...[Details]