-
1 Introduction to Online Programming
The online programming mode of 51 core microcontrollers is generally divided into two categories. One is the online programming mode using the JTAG pr...[Details]
-
introduction
Freescale's
Smart Car Competition has been successfully held for 4 times.
Most of the participating teams that use
cameras as their main
sensors
have chose...[Details]
-
1. Introduction In the past 50 years, many flow measurement methods and instruments with new measurement principles have been developed, so the application field has been greatly expanded, entering m...[Details]
-
As governments around the world push to reduce greenhouse gas emissions from internal combustion engine (ICE) vehicles, original equipment manufacturers (OEMs) are redesigning mechanica...[Details]
-
introduction
The telemetry system is an important support system for missiles, satellites, drones and other aircraft during testing and operation. It provides measurement data of the aircraft'...[Details]
-
A large MCU program often contains many modules. I organize them like this: 1. Each C source file must create an H file (header file) with the same name, which only includes the function declarations...[Details]
-
#ifndef _DELAY_H_ #define _DELAY_H_ #define uint unsigned int #define uchar unsigned char void delay_1us( void ); //1us delay void delay_1ms( void ); //nms delay void delay_nus( uint n ); //1ms ...[Details]
-
51 single chip microcomputer 38 decoder to realize dynamic digital tube control code show as below: #include REGX51.H void delay(void) //delay function { unsigned char i, j; for (i=0;i 10;i++) ...[Details]
-
Foreign media reported that Lucid, a new American brand, has launched a reverse charging function that can charge other vehicles. It is reported that the technology is called "RangeXchange", and us...[Details]
-
As electronic systems become increasingly complex and feature-rich, the requirements for board-level power management and control are becoming more and more complex. Providing multiple low voltages...[Details]
-
First picture As shown in the figure, the control signal is transmitted to the LED through the latch through the microcontroller P2^0, P2^1, and P2^3, thereby realizing the running light applet. ...[Details]
-
ARM MMU page table framework First, here is a general block diagram of the page table structure of the arm mmu (the following discussion is gradually expanded from this diagram): The above is the t...[Details]
-
Xilinx KC705 and VC707 evaluation kit function demonstration and reference design video
Detailed information about the KC705 development kit
http://www.xilinx.com/products/...[Details]
-
Smart speakers are available in a variety of sizes, features, and price points. But let’s be honest, many people are a little confused about smart speakers. So in order to help you find out which are...[Details]
-
CAN (Controller Area Network) is a communication protocol used in automotive and other industrial applications. The CAN bus uses a pair of twisted wires (CANH and CANL) to transmit data, where CANH...[Details]