Today I learned how to develop the PWM function and would like to share it with you. Since I am a novice, if there are any shortcomings, please give me some advice!...
Why should we learn the knowledge of high-frequency circuits?Electronic circuits can be divided into analog circuits and digital circuits, and analog circuits can be divided into low-frequency circuit...
Fortunately, I almost thought that I couldn't finish it tonight. Let me talk about the situation tonight. I started late tonight. Earlier, the ultrasonic wave seemed to have figured out its equivalent...
If you are still hesitating and worried about choosing your other half, please read the following carefully. I believe that you will have your own prince charming in your heart after reading it. Docto...
I am new to the community and hope you can help me. The question is: I am using VHDL to design a digital frequency counter. How should the counter count at each bin? Please give me some advice. If you...
[i=s]This post was last edited by sszztt on 2017-1-12 09:41[/i] [backcolor=white][font=Tahoma, Helvetica, SimSun, sans-serif][size=12px][color=#000000]I have revealed all my secrets[/color][/size][/fo...
The day before yesterday, I learned about STM's Systick and found it quite useful for precise timing. When I used CVAVR before, I found that the delay.h in it was very useful. So, I used STM32's...[Details]
In most countries, the military is a fairly large group, and the health of soldiers is particularly important to the combat effectiveness of the army. The US Department of Defense's Advanced Resear...[Details]
The adoption rate of serverless
cloud
computing
is gradually increasing, but it has not yet reached people's expectations. Various surveys show that serverless
is
still
an eme...[Details]
In order to strengthen the traceability management of recycling and utilization of power batteries for new energy vehicles, and to standardize and guide all relevant parties to fulfill their tracea...[Details]
As a leading company in automotive semiconductors, Freescale and Khronos Group have jointly launched an automotive multimedia embedded microprocessor i.MX35 with an integrated OpenVG hardware acceler...[Details]
Ouster LiDAR OS-1 (left) and OS-2 (center) Velodyne invented the modern 3D LiDAR scanner in the mid-2000s, but in recent years conventional wisdom has held that Velodyne’s design — 64 lasers mounted...[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]
Table of contents: 1 Overview 2: Common interrupt functions 3: PWM output 1 Overview In development, timers are widely used, which can be simply summarized into three aspects: 1.1: Application of ...[Details]
MCU Programming: Find the average value of 8 unsigned numbers. There are 8 unsigned numbers stored in 8 units of the internal RAM starting at 20H. It is required to save their average value in R2. ;-...[Details]
In the 51 single-chip microcomputer's on-chip data memory units 20H and 21H, the data 9 and 2 are stored respectively. Write a program to calculate the difference and product between the two. The d...[Details]
Take serial port interrupt as an example: like: void serial() interrupt 4 { } and void serial_uart() interrupt 4 { } The functions of both functions are to define the serial port interrupt function. ...[Details]
For the STC89 series microcontrollers in PQFP-44 and PLCC-44 packages, 4 I/O ports P4 are added. The address of P4 port in the special function register is E8H, which can be bit addressed. User...[Details]