[i=s]This post was last edited by flyriz on 2020-11-26 16:20[/i]Hello everyone, I encountered a very strange problem: As shown in the figure above, the two upper pins of STM32F767 are configured as th...
The existence of microprocessors may seem like a given, but many people who aren't particularly involved in the world of technology may not realize that they are everywhere in our daily lives, not jus...
Linux image burning - based on Xunwei RK3399 development board6.4.1 l RKTool driver installationUnzipthe DriverAssitant_v4.5.zip file in the CD-ROM 02 tool\burning tool\windows directory, open "Driver...
IntroductionWireless module: a software and hardware module that transmits data via radio signals;
Serial port module: a software and hardware module that uses the serial port communication protocol t...
Power Semiconductor Devices : https://training.eeworld.com.cn/course/67742Power semiconductor devices are an important branch of semiconductor devices. Like microelectronic chips (integrated circuit c...
It can directly check the internal working status of the switching power supply and the problems inside the batteryRD, quality controlDescription: In the power supply manufacturing industry, the appli...
Introduction The 8051 core microcontroller is a general-purpose microcontroller that occupies a large market share in China. Keil has been the most successful in using C language for the 51 core ...[Details]
As the world develops towards a more intelligent, Internet of Things, and perception-based direction, data is growing explosively, and the emergence of big data is driving the rapid development of da...[Details]
The microcontroller source program is as follows: #define _nRF24L01_C_ #include "nRF24L01.h" INT8U CE_Status = 0; /* ===============================================================================...[Details]
Recently, the first robot industry blue book "China Robot Industry Development Report (2019)" was first released online. The report shows that the average growth rate of China's robot market from 201...[Details]
Here, I will discuss the issue of using __delay_cycles delay in MSP430 microcontroller. IAR for MSP430 compiler provides a compiler built-in precise delay function (not a real Function) to pr...[Details]
Among traditional circuit protection devices, fuses are one of the most commonly used means and can be traced back to the second half of the 19th century. It is still used today because of its advant...[Details]
On April 14, an electric bus charging station started construction on Nanshan East Road in Xining City, Qinghai Province. State Grid Qinghai Electric Power Company will invest 26.32 million yuan th...[Details]
Cause: When using the STM32 microcontroller CAN communication, the reference manual's description is different from the register package, and it is difficult to understand how to set the register. Wh...[Details]
Today, Meizu and Sony jointly announced that Flyme will reach a strategic cooperation with Sony Xperia. The two parties will jointly focus on improving Flyme's application adaptation and localized ex...[Details]
In recent years, car entertainment systems have developed rapidly. From the perspective of market demand, users' requirements for multimedia entertainment have gradually increased. At the same time...[Details]
The ultimate goal of the kernel: to run applications (inside the root file system, the root file system needs to be mounted). What should you do before running the application? 1. Process the par...[Details]
On June 13, BOE and JD.com held a celebration ceremony for the first anniversary of the "Beijing Empowerment Plan" to review the results of cooperation and discuss future directions. Dr. Gao Wenbao, ...[Details]
The first step in learning any technology is to thoroughly understand the schematic diagram. Only by thoroughly understanding the principle can you be at ease in your work. Today I will bring you a...[Details]
1. Watchdog principle Watchdog is essentially a timer. The timer counts the clock. When the timer overflows, a reset signal is generated to reset the entire system. In a program or embedded system, t...[Details]