[size=4]Through this simulation experiment of matrix keyboard scanning LCD display under CCS2000 environment, I have learned and become familiar with the installation and debugging methods of CCS2000 ...
The .net program under wince reads and writes the USB flash drive. Most of the time it works fine. Occasionally, when writing a file, the program freezes. The phenomenon is that when writing a file, t...
jonathan@chinaeejob.com AE;Demodulation. Job Description: Job Responsibilities: 1. Develop/customize system/application software for customers' digital TV projects 2. Understand Genesis digital TV sof...
Hello everyone, when I was writing serial communication, when I set the baud rate to 9600, the counter was set like this: TH1=256-11059200/(12*16*9600), and I found that there was a problem and I coul...
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]
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]
All relevant units:
In accordance with the relevant requirements of the provincial and municipal electric vehicle charging infrastructure construction work, in order to further standardize the...[Details]
Because the STM32 HAL library only has millisecond-level delay for HAl_Delay(), in order to achieve accurate microsecond-level delay, Systick has to be modified. However, since it is used internally ...[Details]
From last year to now, competition in the photovoltaic inverter industry has become increasingly fierce. In addition to the introduction of new products, various marketing and promotion methods hav...[Details]
This small program is still the use of timer, which is relatively simple. The specific parts are noted in the comments, please refer to the comments. /*********************************************...[Details]
With the development of information technology, intelligence, informatization and networking have become the development trend of modern industrial control. Since the 1980s, the rapid development...[Details]
The adoption of vehicle tracking systems for cars and fleets is increasing. Modern trackers have reduced form factors and increased functionality to support active data transmission for real-time tra...[Details]
The ZTE incident has aroused people's concerns about the future of Chinese chips, and they have been using WeChat and Weibo to express their views; the Chinese display industry is also worried abou...[Details]
According to the description provided in the official manual of ST, it is not difficult to see that the ADC analog watchdog is actually that the user can set an upper and lower limit of the AD value...[Details]
The following is a 16-way multi-channel ADC acquisition circuit diagram and source program made using the STM32 microcontroller. It uses a USB interface to connect to the computer, which is actually ...[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]
MCS-51 single-chip microcomputer, a simple assembly language program, calculates the function value of a piecewise function. It is known that there is a variable X in the 25H unit. It is required to ...[Details]
//******************************************************************************/ #include msp430.h //Note: There must be a delay between two transmissions, otherwise it cannot be sent again, seria...[Details]