We have previously introduced the PWM and external interrupt simulation timers of the wiringPi library. In fact, Python's GPIO library also has PWM and external interrupt functions. You can try using ...
I was very lucky to receive the development board from Pingtou Ge. After getting the board, I found that both the workmanship and online resources were excellent. But I am ashamed that due to time con...
This is a good suggestion, I have thought about it. But the FPGA of Actel is actually CPLD, I can't handle the programmer, so it's useless to open source it. If any brother or sister can handle this p...
I just graduated this year, and I studied embedded systems. I have been learning ARM and DSP by myself until my senior year, and I don’t know much! Now I work in a consumer electronics company, mainly...
Since the resistance reducing agent corrodes the grounding body too seriously, it has caused great losses to the country. It has been banned in many places, and many experts have called for the ban of...
The STM8 platform is based on a high-performance 8-bit core and a set of state-of-the-art peripherals, using ST's unique 130nm embedded non-volatile memory manufacturing process. Is it related to the ...
Entering the information age after the millennium, the huge demand for semiconductor chips has made China the world's largest semiconductor market. According to relevant data, the scale of my count...[Details]
On April 20, Alibaba Group announced that it would acquire
the
chip
company Zhongtian Microelectronics and invest in six
chip
companies. Yesterday, JD.com CEO Liu Qiangdong said in a...[Details]
Friends who work in the photovoltaic industry, do you still remember the hard work on June 30 last year? How many people worked late into the night for months in a row just to connect to the grid a...[Details]
background After the hardware engineer completed the PCB and schematic design, the routine was modified according to the tutorial of Zhengdian Atom to verify the correctness of the hardware. STM32F...[Details]
A few days ago, Hanergy Chairman Li held a grand launch of Hanwa new products, which once again attracted the attention of the mass media to the development of photovoltaics. The unique Hanergy has gr...[Details]
Different from 51, AVR and other single-chip microcomputers, the clock signal sources of msp430 include LFXT1, XT2 and DCO. 1. LFXT1: It can connect high-speed and low-speed crystal oscillators. In l...[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]
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]
;Question: The 80C51 single-chip microcomputer has a fosc = 6MHz. It is required to use the T1 timer working mode 1 to perform a timing of 40ms. And P1.7 periodically outputs a rectangular wave with ...[Details]
Manually assemble the following program machine code and analyze the execution function of the program segment. CLR A MOV R2, A MOV R7, #4 LOOP: CLR C MOV A, R0 RLC...[Details]
It is required to use timer/counter 1 for timing, with a timing of 1 second; timer/counter 0 for counter, and the external pulse to be counted is connected from P3.4 (T0). The microcontroller will co...[Details]