-
Photovoltaic inverters are the core equipment of photovoltaic systems. Their main function is to convert the direct current generated by photovoltaic modules into alternating current that meets the...[Details]
-
The status of interrupts in developing embedded systems is absolutely unquestionable. In the era of C51 microcontrollers, there were only 5 interrupts, including 2 external interrupts, 2 timer/counte...[Details]
-
This is a "cooperation" that is related to the future development of China's semiconductor industry. Let's follow the embedded editor to learn more about the relevant content.
Last week, a...[Details]
-
Assume that the crystal frequency of the microcontroller is 6MHz. It is required to use timer 1 in mode 0 to generate a continuous square wave pulse with a period of 500us, and output it from P1.0. T...[Details]
-
China Energy Storage Network News:
Recently, the "Internet +" smart energy demonstration project, which is supervised by the State Grid Corporation of China and led by the Global Energy Inter...[Details]
-
1) Add a 4*4 keyboard to Experiment 1, so that the keyboard input operation
can be displayed
through
the LED
.
2) The functions realized by the keyboard are shown in the keyboard dia...[Details]
-
Preface I mentioned earlier that the timer function of STM32 is very powerful. Today, let's summarize another "powerful" function of it: TIM's comparison output function, which outputs adjustable PW...[Details]
-
Note that when the STM32F407 is sampling AD, if the pin is floating, the voltage collected at this time is not 0. 1 ADC pin initialization void Lsens_Init(void) { GPIO_InitTypeDef GPIO_...[Details]
-
Compared with the F1 chip, the F4 RTC has been greatly improved. The F4 RTC provides a calendar clock and two programmable alarm interrupts, and a periodic programmable wake-up flag. This makes it ve...[Details]
-
I have heard from netizens that the timer part is complicated and difficult to deal with. A classmate in the lab has also been working on it for a while, but he is a dedicated researcher! As a schola...[Details]
-
I haven't updated my blog for a few days, mainly because I have been tinkering with color screens and touch screens in the past few days, using FSMC and simulated IO to implement functions respective...[Details]
-
Definition of CAN bus and RS485 bus
CAN is the abbreviation of Controller Area Network (CAN), which was
developed by BOSCH, a German company known for its
research and development and ...[Details]
-
The CMOS analog-to-digital converter ADC of S3C2440 can perform cyclic detection on 8-channel analog input signals. The ADC of S3C2440 and the touch screen share the same ADC converter, so learni...[Details]
-
As the former "world factory", China's traditional home appliance industry is accelerating the exploration and application of various
artificial intelligence
technologies to adapt to the di...[Details]
-
DS18B20 is a temperature sensor from Maxim. The microcontroller can communicate with DS18B20 through the 1-Wire protocol and finally read the temperature. The hardware interface of the 1-Wire bus is ...[Details]