Now I need to control the reading and writing of SD. I created a new stream driver, and the export function is exactly the same as sdmemory. Then I changed the sd card clientdriver dll to my driver in...
Sensor Technology and Applications Fan Shangchun, Beijing University of Aeronautics and Astronautics : https://training.eeworld.com.cn/course/5220This course takes "one main line, two foundations, thr...
[size=3]Thank you for participating in the [url=https://bbs.eeworld.com.cn/forum.php?mod=viewthread&tid=523163&fromuid=476285]DIY Together - Wireless Portable Soldering Iron[/url] event. Have you star...
When a laboratory in Xi'an was testing signals, it was found that the data always had relatively high bottom noise. Xi'an Antai test engineers suspected that there were radio transmitters around the l...
[i=s]This post was last edited by cruelfox on 2019-12-8 12:17[/i] In the previous article Analog Discovery 2 Review (5) Acquisition System Hardware Analysis , I introduced the analog/digital conversi...
When I was developing products using the stm32F103 series recently, some strange problems occurred during GPIO operations. The description is as follows:1. Using ODR to operate the PC port, because th...
1. Function prototype In the function library officially provided by STM32, you can find functions like HAL_Delay(). This function uses a timer to achieve a more accurate time delay and provides it...[Details]
1. Photovoltaic inverter installation process
1. Preparation before installation
Are the product accessories, installation tools and parts complete? Is the installation environmen...[Details]
1. About FPU transplantation As long as the chip has FPU function, the use of FPU is generally enabled by default. You can also select it in the Options tab; 2. About the transplantation of DSP li...[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]
LAN8720 configuration: IP: 192.168.192.30 Gateway: 192.168.192.1 A high frequency of ARP packets is detected The content of the packet asks for the mac address of 192.168.192.1, and asks the resp...[Details]
Function List and Notes (lower-level driver part) 1. IO port initialization: control IO and communication IO. Control includes power control, reset and low power mode. Communication is the serial po...[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]
According to foreign media reports, the 2018 GMC Terrain Denali is equipped with multiple collision detection systems, and a recent test verified the safety of the system. Even when driving in a bu...[Details]
Analysts have sorted out some interesting phenomena. Let's follow the embedded editor to learn about the relevant content.
Huawei emerged as a star in the all-
flash
array sales ra...[Details]
Different from 51, AVR and other single-chip microcomputers, the clock signal sources of msp430 include LFXT1, XT2 and DCO. 1. LFXT1: It can connect high-speed and low-speed crystal oscillators. In l...[Details]
With the development of information technology, intelligence, informatization and networking have become the development trend of modern industrial control. Since the 1980s, the rapid development...[Details]
With the development of the automobile industry, more and more automotive electronic components are being used in modern cars, providing better safety, comfort and economy for cars. In the past, cars...[Details]
Using the WWDG of STM32F030, it is found that the MCU will not be reset under STOP, just like the sleep mode of STM8S. Paste the watchdog code: /******************************************************...[Details]
The independent watchdog of STM32 is driven by a dedicated internal 40Khz low-speed clock, that is, it is still effective even if the main clock fails. Here we need to note that the clock of the inde...[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]