"Operation Guide for Commonly Used EDA Tool Software" Word version 48 pages—————————————————————— This chapter explains the basic usage of commonly used mainstream EDA tool software such as Altera MAX...
I need to write a software to read the data from the serial hard disk and separate it according to the standard, display the parameters (such as temperature), and control the registers of external dev...
First of all, I would like to thank eric_wang, Mr. Shao from dcexpert, and eeworld. I received the MicroPython Getting Started Guide three days ago. The first impression I got when I saw the cover was...
[i=s] This post was last edited by ligongxiaobie on 2014-4-22 11:08 [/i] Recently, I am using STM32 to do a pulse counting task. It is very simple, that is, to count the number of pulses within a cert...
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]
Recently, the U.S. Department of Commerce announced that it would prohibit companies in the country from selling any electronic technology or communication components to ZTE, a Chinese communicatio...[Details]
Recently, the US embargo on ZTE has attracted much attention. Let's take a look at the relevant content with the automotive electronics editor. On April 16, local time, the U.S. Department of Co...[Details]
stm32cubeMX graphical configuration content STM32CubeMX is part of the original STMCube initiative from st microelectronics, and STM32Cube includes STM32CubeMX. STM32CubeMX is a graphical software co...[Details]
1. Introduction to MC68K CPU The MC683xx series of microcontrollers are composed of the famous MOTOROLA 32-bit microprocessors such as MC68K, 68020, 68040, and the compatible 68K, CPU32, CPU3...[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]
In order to strengthen the traceability management of recycling and utilization of power batteries for new energy vehicles, and to standardize and guide all relevant parties to fulfill their tracea...[Details]
On May 16, in response to
the public opinion storm caused by
Lenovo's
"
5G
voting" incident,
Lenovo
Holdings Chairman and
Lenovo
Group Founder Liu Chuanzhi, Lenovo Gr...[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]
#include avr/io.h void Delay(unsigned int T) { unsigned int i,j; for (i=0;i T;i++) for (j=0;j 100;j++) asmvolatile ("nop"); //Assembly instruction, let the microcontroller run empty instruction...[Details]
As an important branch of the power electronics industry, the technological progress of photovoltaic inverters is highly dependent on the development of electronic components and control technology...[Details]
AI
chips are becoming a new trend in the industry. On November 15, Qualcomm announced that it would invest in nine Chinese AI algorithm + chip innovation companies. Let's follow the network c...[Details]
Not long ago, we discussed the disruptive trends that will change the future of display solutions and the changes that High Dynamic Range (HDR) can bring , which provides a more realistic...[Details]
/********************************************************************** Read LCD status word to STA function: used to judge busy or idle before writing data or commands to the LCD *****************...[Details]