mcu 8051

Want to know mcu 8051? we have a huge selection of mcu 8051 information on alibabacloud.com

Single-chip computer delay C language Program

order to facilitate management, the execution of an instruction is often divided into several stages, each phase to complete a work. For example, fetching instructions, memory reading, memory writing, and so on, each of these tasks is called a basic operation. The time required to complete a basic operation is called the machine cycle. In general, a machine cycle consists of several S-cycles (state cycles). A machine cycle of 8051 series

Working principle and main features of GPRS

indicates that the SIM card is not inserted or mc35 is logging on to the network. When the LED is 75 Ms bright/3 s off, it indicates that mc35 has logged on to the network and is in the standby status.2.2 MCU Communication Program DesignAll the code in the software is written in C and compiled in the Keil environment. Keil is a specialized development tool provided by Keil software for 8051 and its compati

Main differences of ARM Cortex-M3, Cortex-M0 and Cortex-A8

ARM Cortex-M Processor family is an energy-efficient and easy-to-use family of compatible processors designed to help developers meet the needs of future embedded applications. These needs include providing more functions, increasing connections, improving code reuse, and improving energy efficiency at a lower cost. Cortex-M series cost-and power-sensitive MCU and terminal applications (such as intelligent measurement, human-computer interface equipme

Design of High-Speed Data Collection System Based on USB2.0 and FPGA technology

). At this time, the MODE1 pin is not used (Vcc can be connected), and The MODE0 pin can be connected to low/high levels, so that the read/write pins of the chip can comply with the read/write specifications of the Motorola/89X51 microprocessor respectively. Therefore, the ISP1581 chip can work in the split bus mode to easily interface with the 8051 series single-chip microcomputer. Its AD [] can be reused as the data/address bus, RD, WE, and ALE are

Tutorial-delphi Spcomm using properties and usage

. Event Onreceivedata: procedure (Sender:tobject; Buffer:pointer; Bufferlength:word) of object This event is triggered when there is a data input cache, where the data received from the serial port can be processed. Buffer is the received data, Bufferlength is the length of the received data. Onreceiveerror:procedure (Sender: TObject; Eventmask:dword) Use of SpcommThe following is an example of a serial communication using the Spcomm control.In order to realize the communication bet

Specctra shapebased Automation software V15.1-iso 1CD (based on the function of layer-to-interface/auto-routing)

pro.v2008.10 1CD (Industry-unique single-core vhdl/verilog and EDIF hybrid emulator)Aldec.riviera.v2007.02.linux 1CDAldec.riviera.v2007.02.linux64 1CD aldec.alint.v2008.06 1CD (Design Rule verifier to support Verilog syntax)Aldec.alint.v2008.02.linux 1CD CodeWarrior HC08 v3.0 1CDCVAVR v1.24.1e 1CDDebugfactory Builder for AM1 Starter Kit Panasonic single chip microcomputer 1CDFASTAVR v4.0 1CD (AVR development platform based on basic language)FranklinC51 1CD (51 single chip microcomputer C langua

Non-technical knowledge of Single Chip Microcomputer

Generally, the microcomputer (PC) is composed of the Main Board, CPU, memory, hard disk, and other devices, the single-chip microcomputer means that these devices are integrated into one chip (or some of them are implemented through external chip Extension). The single-chip microcomputer is also called a microcontroller (MCU ), the Chinese name "single chip microprocessor" is literally translated by the English name "single chip microprocessor. MCS-

Connection between ft2232h and cy7c131

Ft2232h provides an MCU host bus emulation mode, which is used to simulate a data interface of 8054/8051 single-chip microcomputer. Cy7c131 is a dual-port RAM that provides 10-bit address lines and 8-bit data lines. There are two types of connection: 1. When the address line is 8 bits Because the ft2232h MCU host bus emulation mode adopts data and address

Interrupt function __arm Embedded correlation

ISR or in the use of real-time operating system RTOS.Principles used by register groups:The minimum 32 bytes of 1 and 8051 are divided into 4 groups of 8 registers. Registers R0 to R7 respectively. The register group is selected by a low two-bit PSW. In the ISR, the MCU can switch to a different register group. Access to a register group is not addressable, and the C51 compiler stipulates that a function u

Classic Books in various computer languages (******)

22. Single Chip Microcomputer Single-Chip Microcomputer easy entry ------------------------------ Zhou Jian (ordinary teacher) Typical single-chip microcomputer module design example navigation --------------------- qiushi Technology For example, 8051 -------------------------------------- Zhang Yi and Chen zhibei Keil cx51 v7.0 advanced language programming and javasvision2 Application Practice ----- Xu Aijun MC

Classic Books in various programming languages

-chip microcomputer module design example navigation --------------------- qiushi Technology For example, 8051 -------------------------------------- Zhang Yi and Chen zhibei Keil cx51 v7.0 advanced language programming and javasvision2 Application Practice ----- Xu Aijun MCU application design technology (revised version) ------------------ Zhou hangci 8051 Sing

Embedded classic website!

recommendationHttp://www.gnuarm.com /~ Lpc2000/body.html-Foreign Languages9. GNU arm? Toolchain for cygwin,LinuxAnd MACOs. RecommendedHere is its practical resource http://www.gnuarm.com/resources.htmlDiscussion Group http://groups.yahoo.com/group/gnuarm/File Download http://www.gnuarm.com/files.htmlHttp://www.gnuarm.com/-Foreign Languages10. armuc wiki. A large number of development materials are strongly recommended.Http://www.open-research.org.uk/ARMuC/-Foreign Languages11. A large number of

SCM _ C language function _ interrupt function (Interrupt Service Program)

Before writing the interrupt function, let's review the Interrupt System of the single chip microcomputer. The meaning of interruption (those who have learned the microcomputer principle and interface technology, but have never learned a single-chip microcomputer, we should also know). We will not talk about it here. First, let's recall what problems are involved in the interruption system. (1) interrupt source: the source of the interrupt request signal. (8

Introduction to various programming languages

Microcomputer easy entry ------------------------------ Zhou Jian (ordinary teacher) Typical single-chip microcomputer module design example navigation --------------------- qiushi Technology For example, 8051 -------------------------------------- Zhang Yi and Chen zhibei Keil cx51 v7.0 advanced language programming and javasvision2 Application Practice ----- Xu Aijun MCU application design technology (re

Single-chip computer learning Note 1

First, the concept of single-chip microcomputer, application.Microcontroller is also called MCU (microcontroller).is aIC Chip, is the use ofLarge scale integrated circuittechnology that has the ability to process dataCpuCPU,Random memoryRAM,Read-only memory rom, multiple I/O ports, andInterrupt System,Timer/Counter and other functions (may also include a display driver circuit,Pulse width modulationcircuit, analog multi-channelConverters,A/D converter

Single-chip computer C language

conditions, that is, to specify the conditions of compilation for a portion of the content. */ #if, #elif, #else, #endif, #ifdef, #ifndef/* Select a different compilation scope, produce different code, provide versatility. */* * If 8051 at 6MHZ and 12MHZ under#ifdef cpu==8051#define FREQ 6/* Program section * *#else#define FREQ 12/* Program section * *#endif* * So the following original program without any

Single chip microcomputer special function register (SFR)

Microcontroller such as 8051 has 21 SFR, the address is 80H~0FFH 128 bytes, you can directly use the addressing method to operate SFR. (similar to Sbit)In order to be able to directly access these Sfr,keil provide a way to define a self-han form. This method is only applicable to the 8051 series MCU for C programming.Method: Introduce the keyword "SFR", the synta

Single-chip computer learning Note 1

First, the concept of single-chip microcomputer, application.Microcontroller is also called MCU (microcontroller).is aIC Chip, is the use ofLarge scale integrated circuittechnology that has the ability to process dataCpuCPU,Random memoryRAM,Read-only memory rom, multiple I/O ports, andInterrupt System,Timer/Counter and other functions (may also include a display driver circuit,Pulse width modulationcircuit, analog multi-channelConverters,A/D converter

Introduction of single chip microcomputer serial port

Introduced Serial port is a single-chip microcomputer and the external exchange of information tools, 8051 single -chip communication methods have two kinds:Parallel communication: Data is sent or received at the same time. Serial communication: Data is sent or received in one order.The way of serial communication Asynchronous communication With a starting bit 0 for the beginning of the character, with the stop bit 1 to indicate t

17 sets of courseware carefully collected

All the excellent courseware I have collected over the years has been stored in the "E-courseware Collection" directory of the Second aunt's house. Please play with caution. The Chinese directory can be opened in a web browser. Internet option → advanced: remove the check box before always sending URLs as UTF-8.(Asunmad Tips) 01. 8051 MCU beginner tutorial 1 Doc versionHttp://file.21ic.com/ 20202018.20pptf

Total Pages: 15 1 .... 7 8 9 10 11 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.