[i=s] This post was last edited by ena at 2016-2-18 09:58[/i] volatile unsigned char SZ[5]; volatile char int_flag=0;//int6_flag; char keydisp[5]; static unsigned char read165(void) { unsigned char i,...
StartFragmentMy program generates 4-channel PWM, 2 of which are 90 degrees different from the other 2. The frequency displayed by the oscilloscope is not the 50HZ I set. It is very slow. What's going ...
By chance, I found that the MSP430F2xxx board I made would have the information memory erased for unknown reasons when powered on. Later, I tested several boards and found that some of the boards woul...
A pressure sensor is a device that detects pressure and converts the pressure signal into an electrical signal and outputs it linearly. Pressure sensors can be divided into mechanical pressure sensors...
Write a low-level software, download it to the microcontroller, and run it automatically when powered on. There are 10 files pre-stored in the CF card. Each time the power is turned on, a different fi...
With the increase of social demand, in order to meet the embedded system's demand for high processing power, real-time multi-tasking, network communication and ultra-low power consumption, more and 32...
In the development of artificial intelligence, talent reserve is undoubtedly an important part. Artificial intelligence should be a bottom-level technology that can be deeply embedded in any indust...[Details]
ZTE was punished, and Hou Weigui, who had already retired, had to come out of retirement again and run around to mediate. Let's follow the embedded editor to learn about the relevant content.
...[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]
At present, in the world,
the construction of
smart cities
is in the process of gradually landing from concept, and technology giants and investment giants are important participants in this...[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]
What are your expectations and ideas
for
the future of
Xiaomi Mi Band
?
Xiaomi Mi Band’s
official Weibo shared many netizens’ thoughts on
the future direction and functions
of Xiao...[Details]
From the functional classification, it can be divided into: 1. Active control ADAS: ACC/AEB/LKS, etc. 2. Warning ADAS: FCW/LDW/PCW, etc. 3. Other auxiliary ADAS: BSD/ADB/panora...[Details]
In mid-to-late 2016, a girl from Hubei came to Beijing alone, full of curiosity about
cloud computing
. The girl left the deepest impression on me was her lovely smile. She told me that if ...[Details]
****************************************************************** 1. The operand is in register, R0--R7 2. Operands are in internal RAM 3. Operands are in external RAM But they are all similar. For ...[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]
Try to design a subroutine, whose function is to rearrange the 6 single-byte positive integers in the internal RAM pointed to by (R0) in ascending order. ;========================================== ...[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]