There are forum friends who want to learn 430. TI replied that the 430 board will not be available until December. It should be out of stock now. If you want to learn it during this period, it is best...
MCU/DSP/FPGA presents diversified development trend. MCU is widely used in consumer electronics, communication, automotive electronics, industry and other fields with its powerful control function. Da...
I will be on a business trip the day after tomorrow! I really want to know what this group purchase is about! It’s so difficult to make it! I don’t know if I can catch up! The time for each group purc...
[b][size=3]I just read a piece of news >>[/size][size=3][size=16px][size=16px][url=https://www.eeworld.com.cn/manufacture/article_2017070415813.html]Intel Chip Exposes High-Risk Bug: Large Waves of En...
I wrote an SVPWM program. If I use one conduction ratio in one circuit, the output is correct. If I change the SVPWM program to modify the conduction ratio in each interrupt, the waveform is incorrect...
Wang Xiaochuan, the "Wudaokou Goalkeeper", is going through a level that he has never gone through before. For example, Sogou's (NYSE: SOGO) financial report, artificial intelligence, and the futur...[Details]
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]
1. Principle 1. Infrared emission protocol There are many infrared communication protocols. This experiment uses the NEC protocol. This protocol uses PWM modulation and uses pulse width to represen...[Details]
Today, under the guidance of a low-level expert, I learned how to configure the PWM module! Woof! First open the file configured last time, as follows: Then, we need to use TIM1 to set PWM: Then,...[Details]
The Wassenaar Arrangement, everything started during the Cold War. Let's learn more about it with the embedded editor.
background
After the end of World War II, the United States ...[Details]
Superconductors have physical properties such as zero resistance effect, Meissner effect and Josephson effect, which make them have broad application prospects and unparalleled advantages in many b...[Details]
This routine is also a classic routine on the development board. I modified the framework of the program to make it more suitable for future calls. The specific 4*4 keyboard scanning principle is rel...[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]
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]
Here is the temperature added in the previous chapter The above figure is the temperature calculation formula: where Vsense is the ADC value collected from the temperature channel. The stm32f407 ...[Details]
Recently, the National Development and Reform Commission announced that all foreign equity restrictions in the automobile industry will be lifted in the next five years. At the same time, as subsid...[Details]
I have been working on single-chip microcomputers for several years, and I have always wanted to make a series of summaries. It happened to rain today. As the saying goes: Rainy days are good for...[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]
On June 26, 2017, China's new generation of high-speed rail "Fuxing" realized its first two-way service between Shanghai and Beijing, with a maximum speed of 400 kilometers per hour and a standard ...[Details]