Intel hex files are often used to save target program codes for microcontrollers or other processors. They save the target code image in the physical program storage area. General programmers support ...
[i=s]This post was last edited by jameswangsynnex on 2015-3-3 19:57[/i] Over-voltage and under-voltage delay protectors are commonly used protection devices on the market. Especially in places where ...
Recently, Gujing Electronics produced a customized I-shaped inductor for a customer. The shape of this I-shaped inductor is relatively special. From the picture, we can find three special points.1. Th...
Since graduation, I have never touched a single-chip microcomputer again. I just come here occasionally to look around and reminisce about the days when I was self-studying single-chip microcomputers ...
I am currently learning TMS320C6678. This chip seems to have just come out. Is CCS the only development software for it? Are there any other development software?...
Electronic throttle Next, we are going to talk about a part that is closely related to the engine, which we call the electronic throttle. You must ask whether you should use an electronic throttle? S...
Wang Xiaochuan, the "Wudaokou Goalkeeper", is going through a level that he has never gone through before. For example, Sogou's (NYSE: SOGO) financial report, artificial intelligence, and the futur...[Details]
"Originally, there are many people who can design very good
chips
, but the market does not give domestic
chips
the opportunity to iterate, and domestic companies cannot give engine...[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]
In the project, CPLD is needed to complete part of the algorithm design. The parameters are given by AVR, so the communication between AVR and CPLD needs to be completed. Therefore, a test program is...[Details]
1 Introduction Due to the special working environment of coal mine production, the production process is more dangerous and unsafe than the general industry. With the continuous increase in c...[Details]
Every era has anxiety that has nowhere to go. Let's follow the embedded editor to learn about the relevant content.
The anxiety of the post-Internet era is that if you don’t revolutionize ...[Details]
environment: Host: XP Development environment: MDK4.23 MCU:STM32F103CBT6 illustrate: Collect AD through pins PA1 and PA2. Collect AD 10 times for each channel. #include "ad_driver.h" //Global ...[Details]
The single-chip microcomputer running light program requires all 32 serial ports to be used, and each serial port has eight LEDs. Question supplement: The 8051 single-chip microcomputer is used, an...[Details]
A simple experimental programming question for the microcontroller: write a 3-byte binary addition subroutine. The program entry is: addend 1: 22H, 21H, 20H three bytes, 22H is the highest bit; adden...[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]