[i=s]This post was last edited by Rambo on 2018-6-22 09:35[/i] [b]1. Capture data packets[/b][p=26, null, left][color=rgb(79, 79, 79)][font=-apple-system, "]When you first open the interface, it looks...
[align=left][color=#000]Technological advances have allowed temperature sensor integrated circuits (ICs) to be used in precision applications such as human body temperature measurement, which is commo...
This week I have read a lot of things about FX2 (CY7C68013) and tried to adjust the board I have. The examples I received before were based on the EZUSB kit. They are sometimes good and sometimes bad....
For hybrid electric vehicles (HEV) and electric vehicles (EV), the use of lithium-ion batteries provides the best balance between power, energy density, efficiency and environmental impact. However, l...
[i=s]This post was last edited by wsdymg on 2017-11-9 20:17[/i] After two days of hard work, I finally implemented the porting of the QNX operating system on Beaglebone Black. During this period, I re...
[p=30, 2, left][size=5] It has been almost half a month since I got the board. I have only now completely figured out how to use the board. I have encountered many strange problems in the process of e...
In recent years, as energy consumption and environmental protection issues have attracted people's attention, my country's solar photovoltaic power generation industry has shown a rapid development...[Details]
In the war without gunpowder between China and the United States,
ZTE
has become a new victim. The seven-year chip ban by the United States has pushed this communications giant to a life-or...[Details]
1. Principle 1. Infrared emission protocol The infrared transmission protocol has been written in the previous article , so I will not repeat it here. 2. Timer counting and input capture A timer...[Details]
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]
Serial Port: 一. USART_ITConfig(USART1, USART_IT_TXE, ENABLE): As long as the transmit register is empty, there will always be an interrupt. Therefore, if you are not sending data, turn off the tran...[Details]
China Energy Storage Network News:
The State Grid Corporation of China, this elephant, is planning to turn around and enter the emerging power service market.
The rallying cry for the tr...[Details]
As photovoltaic power stations come into people's view, people are paying more and more attention to them. Recently, some netizens asked me how to match the inverter and components of photovoltaic ...[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]
At the beginning, I used the stdlib library. Recently, I found that the cube library is more and more widely used, so I started to use the cube library to complete the ADC multi-channel acquisition e...[Details]
According to the description provided in the official manual of ST, it is not difficult to see that the ADC analog watchdog is actually that the user can set an upper and lower limit of the AD value...[Details]
STM32 has two watchdogs: independent watchdog and window watchdog. This article mainly introduces the use of independent watchdog. Independent watchdog (IDWG): driven by an independent 40KHZ low-sp...[Details]
DMA: 1. When using DAC, when the converted analog signal is output through the IO port, why is the IO port also configured to input mode? PS: The stm32 manual defines that PA4 and PA5 are connected...[Details]
Design a program for the 51 single-chip microcomputer. It is known that the crystal oscillator frequency of the 89C51 single-chip microcomputer is 12MHz, and it is required to use T1 timing to output...[Details]
Please help me analyze the clock cycles occupied by the following delay program. Seek to explain: DELAY: MOV R6, #13 DELAY1: MOV R5, #250 DELAY2: NOP DJNZ R5, DELAY2 DJNZ R6, DEL...[Details]