I want to use KEIL3 software to implement fast interrupt in LPC2132. Has anyone done it before? Please give me some advice. Thanks in advance:loveliness:...
Can't Keil uVision 4 use C++ to write programs? ? I added the *.cpp file and it still can't compile. Is it because KEIL can't compile or is there another problem?...
t0=(int)(-412.6)+140.41*(sqr(1.0+0.00764*500) T=(int)(5.14/(0.98*0.000010514)+t0*t0*t0)T=pow(T,1.0/3)I have just learned microcontrollers. I want to use it to calculate the above formula and then disp...
? Remotely switch device power on and off ? Measure load power and monitor operating temperature ? Configurable alarms to achieve 24*7 real-time monitoring of important equipment ? Integrated Digi CM,...
Original post address: http://www.gkbk.com/more.asp?name=zhyo720211id=15413 1. When one inverter is used to connect multiple motors, how to select the inverter capacity? When one inverter drives multi...
There are actually no less than 10 companies making mobile phone chips in the world, but why can only MTK and TI maintain long-term profitability? Others such as HiSilicon and MStar are still losing m...
Dong Yang, executive vice president of the China Association of Automobile Manufacturers, said on the 26th that according to the authorization of the Ministry of Industry and Information Technology...[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]
Security PPP is a new model of urban video surveillance projects: 1) The government and social capital establish a project company in a certain proportion; 2) The project company participates in the ...[Details]
This program uses the eight-channel ADC single acquisition mode. According to the configuration, ADC12SC will automatically reset after the conversion is completed in the single mode, so it is necess...[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]
1. Function and purpose There are two pins BOOT0 and BOOT1 on each STM32 chip. The level status of these two pins when the chip is reset determines which area the program starts from after th...[Details]
The clock system of STM32 can be directly summarized in a diagram (from the STM32F10X reference manual). The following is an analysis of this diagram 1. STM32 input clock source 1.1 Function of cl...[Details]
1. Common knowledge about DMA. 1. Function: to achieve high-speed data transmission between chips. That is, it can achieve data transmission without occupying the CPU. 2. Mode: There are three tran...[Details]
/*----------------------------------------------- Name: IIC protocol PCF8591 AD/DA conversion Content: Use DA input, digital tube display output digital quantity, LED display analog voltage size ...[Details]
Title: Use two dynamic digital tubes to display from 0 to 60, output from the P1 port of 89C51, without adding a decoder, and directly connect the digital tubes. Note that they are dynamic digital tu...[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]