[i=s]This post was last edited by jameswangsynnex on 2015-3-3 19:59[/i] As a technology, Voice over IP (VoIP) has come a long way in the past decade. The widespread adoption of VoIP in various forms o...
If I want to control the motor, which series of DSP has the most powerful function? Is it TMS320F2812? I see many articles about it. I would like some advice....
I have been engaged in DSP development for several years. I have seen many friends are very interested in DSP development. I will write about my experience in DSP development in recent years. This is ...
[i=s] This post was last edited by ilovin on 2014-7-3 00:05 [/i] The serial port program used is as follows [quote] void UartTX_Send(unsigned char *Data,int len) { int j; for(j=0;j0){str1[j++] = i%10+...
Signal sampling, amplification and A/D conversion circuit design of temperature control system Source: Microcomputer Information Author: Zheng Aihong Zhou Zhongyi. Introduction This temperature contro...
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]
International Solar Photovoltaic Network News: Chinese inverter company Sungrow announced that it will build a 3GW photovoltaic inverter manufacturing plant in Bangalore, the capital of Karnataka, ...[Details]
In 2017,
Sanan Optoelectronics
achieved sales revenue of 8.394 billion yuan, operating profit of 3.856 billion yuan, and net profit attributable to shareholders of the parent company of 3.1...[Details]
After searching a lot of information, I finally understood the time base timer. I did not use any library functions but operated the registers directly. The following introduces the systick in STM32...[Details]
Although it is early summer, the Chinese smartphone market is still in the cold winter, just like Beijing in April with snow. For mobile phone brands caught in the middle, the cold is even more bit...[Details]
This example is mainly to familiarize yourself with the register configuration of Timer A and the configuration method of IAR. /*********************************************** Program function: re...[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]
What are your expectations and ideas
for
the future of
Xiaomi Mi Band
?
Xiaomi Mi Band’s
official Weibo shared many netizens’ thoughts on
the future direction and functions
of Xiao...[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]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
A crystal oscillator can be electrically equivalent to a two-terminal network consisting of a capacitor and a resistor in parallel and a capacitor in series. In electrical engineering, this network h...[Details]
I have been working on a stm32 project recently and have been struggling with its startup method. I saw a good article and reposted it. The format of the original article is not very good, and there...[Details]
STM32 has three startup modes. In RM0008 downloaded from the ST official website, you can find the startup-related configuration instructions: Translated into Chinese: The storage media corresp...[Details]
ADC: 1. The ADC module inside STM32 has three ADC1, ADC2, and ADC3, which are independent of each other, so synchronous sampling can be performed. 2ADC input clock must not exceed 14MHz, it is genera...[Details]
1. What is PWM What is PWM? Professionally speaking, it is pulse width modulation. In layman's terms, it is the continuous output of high and low levels. For example, the microcontroller outputs...[Details]