-
When debugging code, everyone likes to use the printf function to output some print information to prompt the execution status of their own code. When I first came into contact with this debugging me...[Details]
-
The STC89C516RD microcontroller contains 1280 bytes of RAM data storage, which is sufficient for general applications. However, since the system uses a real-time multi-tasking operating system RTOS...[Details]
-
STM32 provides 68 interrupt channels, each of which corresponds to an interrupt source, where the interrupt source refers to the peripheral that triggers the interrupt (for example, I2C, UART, EXTI, ...[Details]
-
(Image source: Silicon Mobility official website) According to foreign media reports, Silicon Mobility, a semiconductor development company headquartered in France, has launched the high-efficienc...[Details]
-
1. Introduction
This article describes the design of a radio station data acquisition and control system using MTU (Master Terminal Unit) and RTU radio telemetry technology using AVR microcontr...[Details]
-
For decades, Boston Dynamics has presented a dazzling image to the world - as a company known for its
robot
stunts, from "Big Dog" that can walk on snow to "Atlas" that can do difficult mov...[Details]
-
The countdown to 2019 has begun. In this year, many hot technologies have emerged in the automotive industry, including technologies that protect the personal safety of drivers and passengers, and te...[Details]
-
On August 31, at the 2020 first half performance exchange meeting, BOE Chairman and Chairman of the Executive Committee Chen Yanshun, EVP and CEO of the Display and Sensor Devices Business Group Gao ...[Details]
-
This time we are going to make a USB card reader for an SD card. We modified the USB flash drive project simulated by NAND Flash last time, so we only need to modify a small part. Most of the project...[Details]
-
STC15 standard procedure, you can refer to it if necessary. The microcontroller source program is as follows: //The function of this program is to receive data from serial port 1, serial port 2, ...[Details]
-
In response to the recent 20 new energy vehicle fires, experts said frankly: "Don't blame the battery, blame yourself" - to prevent new energy vehicles from catching fire, car owners should start wit...[Details]
-
At the 2019 Global Flash Summit held today, Sage Micro CEO Luo Jianjun stated that Sage Micro has successfully developed a SAS-SATA controller, which is also China's first SAS controller chip. It is ...[Details]
-
According to foreign media reports, the US Patent and Trademark Office has granted Apple 66 new patents, including a patent for the Titan Project: Vehicle Steering System. Project Titan concept ...[Details]
-
//Very stable and reliable MCU button debouncing program, there will be no jitter #include reg52.h #define uint unsigned int #define uchar unsigned char sbit K1 = P1^4; sbit K2 = P1^5; void de...[Details]
-
Regarding the evolution of automotive electronic and electrical architecture, the most discussed in the industry is the six stages of electronic and electrical architecture development proposed by ...[Details]