[font=宋体][size=6]Hello everyone! I am a 51 beginner. I saw in the information that I can use DBG8051 to verify the correctness of the command, but I downloaded one online and can't enter the command a...
Hello everyone, I am using mtd2009j now, using the timer to generate pulses to drive the motor. The control logic is all defined by variables, and the pulse frequency is adjusted in the timer interrup...
[size=3]Has everyone been having trouble finding the link to borrow a development board recently? :pleased: Here it is (you can see it by hovering your mouse over the community activities)STM32L452 Nu...
[align=left]Bridge crossing problem[/align][align=left]A small bridge (which can only bear a maximum of 2 people) spans the north and south banks. At any time, only one person is allowed to cross the ...
[size=5]1. I decided on a direction: software direction[/size] [size=4] I graduated more than two years ago, and I have been working on MCU software, hardware, PCB, testing, etc. It is too complicated...
Have you ever encountered this situation? The program compiles fine and passes the simulation, but if you add one or two lines of code that have no effect, the program compiles and passes, but the sim...
On April 17, the U.S. Department of Commerce suddenly announced that it would completely ban U.S. companies from
selling parts, goods, software and technology
to
ZTE
within 7 years. This als...[Details]
For 80,000
ZTE
(000063.SZ) employees and more Chinese ICT (information and communication technology) industry practitioners, the news from across the ocean on the evening of April 16 kept t...[Details]
In the actual project development process, we often need to get the running time of a section of code. The usual method is to use an oscilloscope to measure it. This blog post will use SysTick to acc...[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]
Overview
Lightning is a strong discharge phenomenon that occurs between thunderstorm clouds and between thunderstorm clouds and the earth due to severe convective weather. Lightning is gen...[Details]
Timing and protocol are two key points in digital system debugging, and they are also where logic analyzers can play their most valuable role. How can we use a logic analyzer to quickly complete wiri...[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]
1. FSMC Brief FSMC, the Flexible Static Storage Controller, is capable of interfacing with synchronous or asynchronous memories and 16-bit PC memory cards. The FSMC interface of STM32 s...[Details]
I believe that many netizens who have watched "Interstellar" will remember this classic line, "Do not go gentle into this good night, nor let passion be drowned by the gloom of twilight". Different...[Details]
According to TechRadar, given rumors that
Google
is developing a Pixel Watch
,
the
recently renamed Wear OS
smartwatch
operating system may soon be able to show its full cap...[Details]
/* Unfortunately, it cannot generate a standard 38kHz frequency square wave, there is a little error*/ #include reg51.h #define uchar unsigned char #define uint unsigned int sbit Waveout=P1^0; //P...[Details]
Mixed reality (augmented and virtual reality) is the next computing frontier after the PC in the 1970s, the web in the 1990s, and mobile platforms in the 21st century.
MR
is the most unique...[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]