The motor model is a code used to facilitate business contacts between departments such as users, designers, and manufacturers, and to simplify the description of product names, specifications, and ty...
I have used VC for several years and have been doing Windows programming. Recently, I may need to use WinCE for work. I plan to prepare myself first and ask for guidance from seniors: 1. What books ar...
In addition to the general timer GP TIMER (the timer in the event manager), 2812 also has three CPU timers: TIME0 TIME 1 TIME2. However, TIME1 TIME2 are reserved for the real-time operating system (su...
I wrote a video playback host computer in VB, connected the microcontroller to send data to the host computer through the serial port, and displayed it to control the speed of video playback. When run...
The msp430F149 microcontroller I made can perform the following tasks at the same time: 1. TXD0 and RXD0 connect to the GPRS module to send instructions. 2. TXD1 and RXD1 connect to 485 and other modu...
[size=12pt] [/size][font=宋体][size=12pt]These two days, we got up early and worked late to finally finish this project. In fact, the main work is my [/size][/font][size=12pt]CPLD[/size][font=宋体][size=1...
When talking about Chinese chips, Ni Guangnan is indispensable. Let’s learn more about the relevant content with the embedded editor.
Since he co-founded Lenovo in 1985, Ni Guangnan has been s...[Details]
Profit growth of 85% in 2017, target revenue of 12.5 billion yuan in 2018: The company released its 2017 annual report, achieving revenue of 8.886 billion yuan, a year-on-year increase of 48.01%; prof...[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]
Recently, the "Smart Photovoltaic Industry Development Action Plan (2018-2020)" jointly issued by six departments has put this concept on the forefront. Photovoltaic smart solutions will become the ne...[Details]
As cryptocurrency continues to gain popularity, a technology hidden behind it has attracted more attention from the world, that is the now hotly debated
blockchain
. Let's follow the embedd...[Details]
In 1949, after three years of civil war, the Nationalist government was defeated and retreated to Taiwan. The political and academic circles launched a large-scale reflection on why they failed in ...[Details]
Mobile communication resale business means that enterprises can contract part of the communication network usage rights from basic telecommunications operators, repackage them into their own brands...[Details]
I encountered a problem when debugging the STM32 system clock setting: TIM2 timing 1Ms, TIM2 interrupt service function time++, LED state changes when time=100. After the program runs, I found that t...[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]
The code for using timer 0 to implement a running light in a 51 MCU is as follows. The LED light is connected to port P1. The code is annotated below, so I won't explain it in detail. My English is n...[Details]
The frequency calculation formula of the PWM wave generated by the output comparison mode of the timer is: 72M/((2*(arr+1))*(psc+1) ) For example, if you set: PWM_Init(1000-1,72-1); (PWM_Init(arr,psc...[Details]
Microcontroller programming: Find the maximum number and store it in the BIG unit. Assume that the internal RAM stores a group of unsigned numbers starting from the LIST unit, with the number of data...[Details]
The clock frequency of the 80C51 microcontroller is 12MHz, and the timer T1 and P1.0 are used to output rectangular pulses. The waveform only shows two segments: one segment is 100us and the other se...[Details]