I am almost a junior now, and it is time to choose a major. There are only three optional majors for our software engineering major: software engineering, embedded systems, and games and animation. Ca...
[b]Live broadcast time: [/b] Today morning 10:00-11:30 [b] Live broadcast preview: [/b] Silicon carbide (SiC) is one of the innovative products in power semiconductor products. Compared with tradition...
The first program calls a VOID type function to convert an integer into a string outputvoid inttostring(int n,char string[]) {int i=0,j;while (n!=0){ string[i]='0'+n%10;i++;n/10;}string[i]='\0';for(j=...
I won't say much about threadX rtos. From the perspective of safety certification, it is enough to beat other rtos on the market. tx is also very convenient in porting, especially the support of ports...
STM32 provides a convenient firmware library, and users can complete serial port operations by calling limited APIs without understanding registers.
Upload two examples first, the examples run well on...
WinCE5 development question: How to get the path name of the PDA storage card? The directory name of each PDA storage card is different. How can I get it in the program? \Storage Card, \SDMMC, \Storag...
China's new energy vehicles are in a transition period from research and development to real industrial development. In 2012, with the intensive launch of new energy vehicle policy planning, the de...[Details]
System design is a complex process. It is not enough to just use ICs. There are many details to consider. This article uses a high-fidelity music playback system as an example to introduce how to s...[Details]
Nippon Electric Works and Volvo Technology Japan have developed a wireless power supply system for electric vehicles (EVs). Using this system, the two companies have successfully conducted an exper...[Details]
Among the many members of the single-chip microcomputer family, the MCS-51 series of single-chip microcomputers has occupied the main market of industrial measurement and control and automation eng...[Details]
From the previous section, we have learned that the timer/counter in the microcontroller can have multiple uses, so how can I make them work for the purpose I need? This requires setting the timer/...[Details]
LED lighting: Basic circuit design can be completed in as little as one day
Semiconductor manufacturers are also getting involved in the LED lighting business. The power circuit of LED req...[Details]
Currently, each country is developing its own USB interface
charging specifications
, which leads to a major problem that a USB interface
charging
device manufactured in one country...[Details]
In the "digital pressure measurement" experimental device of applied physics, the subject technical knowledge of analog circuits, digital circuits, sensors and single-chip microcomputers is used. In o...[Details]
The ARINC429 bus is one of the most commonly used communication buses between various subsystems of avionics. As the "skeleton" of modern avionics systems, once the bus system or the attached airbo...[Details]
0 Introduction
Wireless Sensor Network (WSN) monitors the target by deploying a large number of sensor nodes in the target area. WSN realizes the positioning and tracking of the target, determi...[Details]
Introduction
Today, as IC (integrated circuit) has developed to a super-large scale, IC design based on IP (Intellectual Property) cores and their reuse are important means to ensure the ef...[Details]
Zarlink Semiconductor has developed an ultra-low-power RF transceiver chip for pacemakers, neurostimulators, drug pumps, and other such implantable medical devices. It has high data rates, low power c...[Details]
People who often surf the Internet until late at night, their families always complain that turning on the big lights in the living room affects their rest, but some people don't have keyboard ligh...[Details]
The power supply is the core component of a computer. Although it is not of high value, all computer components rely on the switching power adapter to provide energy, so the stability of a power su...[Details]
1. Advantages of CAN-bus in coal mine communication
Coal mine production is a field closely related to the national economy and people's livelihood. Among them, coal mine safety is undoubtedly ...[Details]