-
1. Introduction
Traditional information management systems such as ERP have played an important role in manufacturing enterprises, but these systems have not yet been extended to the process ma...[Details]
-
As people's requirements for smart home systems continue to increase, intelligent systems are developing in the direction of more sensor nodes, larger data volumes, and more complex control. For syste...[Details]
-
#include reg51.h #include math.h #define uchar unsigned char #define uint unsigned int #define PI 3.1415925 float alph; void delayms(uint x) { flying i; while(x--); { ...[Details]
-
A computer's instruction set is the collection of all instructions it can execute. The 8051 instruction system has a total of 111 instructions, which are composed of 42 mnemonics and 7 addressing mod...[Details]
-
I am currently learning about 51 digital tubes and interrupts, and plan to use a six-digit digital tube to implement a clock function.
However, when using digital tube output, if no delay statement i...[Details]
-
1. Configure and use Micro LIB in Keil, as shown below 2. Configure USART module void SYS_USARTInit(void) { static USART_InitTypeDef USART_InitStructure; static GPIO_InitTypeDef GPIO_Init...[Details]
-
Systick timer is a simple timer. Both CM3 and CM4 core chips have Systick timer. Systick timer is often used for delay or heartbeat clock of real-time system. This can save MCU resources and avoid wa...[Details]
-
I encountered a problem when using STM8S003: In order to reduce the power consumption of MCU, the Schmitt trigger was disabled during initialization. It was found that IO- PD3 was always 0 as the inp...[Details]
-
Functionally, microcontrollers and large-scale CPLDs are highly complementary. Microcontrollers have the advantages of high cost performance, flexible functions, easy human-machine dialogue, and good...[Details]
-
The National College Students "Freescale" Cup Smart Car Competition is to use Freescale Semiconductor's 8-bit and 16-bit microcontrollers as the core control modules on the specified model car pla...[Details]
-
1. Create a project 1. Create a workplace first. Select File New Workplace 2. Create a new project, select Project Create New Project, if you are using IAR FOR STM8, there is no need to change the ...[Details]
-
Here we use 4 wires, but the principle of 3 wires is the same. The IO port is customized in the program. The one used below is P3^0 #include regx51.h void main() { while(1) { P2=0xff; //Init...[Details]
-
NFS Server Configuration
System platform:
VMware7+Ubuntu 11.10
Install NFS:
#apt-get install nfs-kernel-server
Open the /etc/exports file and add the following at the end:
/home/nf...[Details]
-
In the article "NorFlash Boot", we copied the drivers/mtd/nand/s3c2410_nand.c file to s3c2440_nand.c file, and changed all the "2410" in the file to "2440". This modification only allows the system t...[Details]
-
1. Introduction
A folding machine is a post-press equipment that folds each large printed paper into a size suitable for daily binding and commonly seen by people. There are many types. It...[Details]