[b]1 Introduction[/b] A wide variety of communication cables and control cables are widely used in various instruments and control equipment. Whether the cable is well-conducted and whether the insula...
I compiled it with CCS and encountered #10010 errors encountered during linking; "DCO.out" not built DCO. DOC is the name of the project I created. I searched Baidu for a long time but couldn't find a...
Basic characteristics and implementation methods of reconfigurable technology (application in multi-core processors) Development status of reconfigurable multi-core processors...
As the title says, when moving a component, the following picture is displayed. Multiple components are locked together for movement. How to unlock this lock?...
R7F0C809 lights up an LED lamp. It's been a long time since I got the development board. Today, let's learn how to light up an LED lamp. You may find that after installing CubeSuite+, we can't find th...
SPI interface experiment, dynamic LED data tube display experiment. 1. The program outputs data to the HC595 chip through the SPI interface to drive the LED data tube to display simply. 2. Dynamic sch...
There has been a lot of news about Huawei
phones
recently
. At the
Huawei
Global Analyst Conference
on the 17th
,
Huawei
announced that it will launch
5G
phones
in the seco...[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]
Why does MCU have a watchdog? With this question, let's learn about watchdogs. Even the 51 single-chip microcomputer has a watchdog, which shows that this dog has a special meaning to us. The purpose...[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]
1. Pin: 0 in 1 out Set Status Output status IO register setting DDR×A certain bit is set to 1, and the corresponding bit IO is set to output; PORT×A certain position is 1/0, and t...[Details]
After three years of continuous decline in its mobile phone business, ZTE has finally revealed its true feelings to the outside world: the Chinese market is its weak point, and it is planning to f...[Details]
Mobile phone battery charger program made by STC12C2052AD microcontroller #include stc12c2052ad.h #include intrins.h #define uchar unsigned char #define uint unsigned int sbit REF =P1^0; sbi...[Details]
According to data released by WitsView, among the top six TV panel companies in 2017,
Samsung
's TV panel production capacity declined the fastest, reaching -15.4%. However, this does not m...[Details]
MSP 430 MCU key program #include msp430x14x.h #include "key.h" void Init_Port(void) { //Set all pins of P1 port to input mode during initialization P1DIR = 0; //Set all pins of ...[Details]