2023年全國碩士研究生考試考研英語一試題真題(含答案詳解+作文范文)_第1頁
已閱讀1頁,還剩26頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領

文檔簡介

1、<p>  AT89C2051 Microcontroller Instructions</p><p>  1.1 Features</p><p>  Compatible with MCS-51 Products</p><p>  2 Kbytes of Reprogrammable Flash Memory</p><p&

2、gt;  Endurance: 1,000 Write/Erase Cycles</p><p>  2.7 V to 6 V Operating Range</p><p>  Fully Static Operation: 0 Hz to 24 MHz</p><p>  Two-Level Program Memory Lock</p><

3、p>  128 x 8-Bit Internal RAM</p><p>  15 Programmable I/O Lines</p><p>  Two 16-Bit Timer/Counters</p><p>  Six Interrupt Sources</p><p>  Programmable Serial UART C

4、hannel</p><p>  Direct LED Drive Outputs</p><p>  On-Chip Analog Comparator</p><p>  Low Power Idle and Power Down Modes</p><p>  1.2 Description</p><p>  

5、The AT89C2051 is a low-voltage, high-performance CMOS 8-bit microcomputer with 2 Kbytes of Flash programmable and erasable read only memory (PEROM). The device is manufactured using Atmel’s high density nonvolatile mem

6、ory technology and is compatible with the industry standard MCS-51 instruction set and pinout. By combining a versatile 8-bit CPU with Flash on a monolithic chip, the Atmel AT89C2051 is a powerful microcomputer which pro

7、vides a highly flexible and cost effective solution to many </p><p>  The AT89C2051 provides the following standard features: 2 Kbytes of Flash, 128 bytes of RAM, 15 I/O lines, two 16-bit timer/counters, a f

8、ive vector two-level interrupt architecture, a full duplex serial port, a precision analog comparator, on-chip oscillator and clock circuitry. In addition, the AT89C2051 is designed with static logic for operation down t

9、o zero frequency and supports two software selectable power saving modes. The Idle Mode stops the CPU while allowing the RAM, timer/counters, s</p><p>  1.3 Pin Configuration</p><p>  1.4 Pin De

10、scription</p><p>  VCC Supply voltage.</p><p>  GND Ground.</p><p><b>  Port 1</b></p><p>  Port 1 is an 8-bit bidirectional I/O port. Port pins P1.2 to P

11、1.7 provide internal pullups. P1.0 and P1.1 require external pullups. P1.0 and P1.1 also serve as the positive input (AIN0) and the negative input (AIN1), respectively, of the on-chip precision analog comparator. The Por

12、t 1 output buffers can sink 20 mA and can drive LED displays directly. When 1s are written to Port 1 pins, they can be used as inputs. When pins P1.2 to P1.7 are used as inputs and are externally pulled low, they will &l

13、t;/p><p>  Port 1 also receives code data during Flash programming and program verification.</p><p><b>  Port 3</b></p><p>  Port 3 pins P3.0 to P3.5, P3.7 are seven bidire

14、ctional I/O pins with internal pullups. P3.6 is hard-wired as an input to the output of the on-chip comparator and is not accessible as a general purpose I/O pin. The Port 3 output buffers can sink 20 mA. When 1s are wr

15、itten to Port 3 pins they are pulled high by the internal pullups and can be used as inputs. As inputs, Port 3 pins that are externally being pulled low will source current (IIL) because of the pullups.</p><p&

16、gt;  Port 3 also serves the functions of various special features of the AT89C2051 as listed below:</p><p>  1.5 Oscillator Characteristics</p><p>  XTAL1 and XTAL2 are the input and output, res

17、pectively, of an inverting amplifier which can be configured for use as an on-chip oscillator, as shown in Figure 1. Either a quartz crystal or ceramic resonator may be used. To drive the device from an external clock so

18、urce, XTAL2 should be left unconnected while XTAL1 is driven as shown in Figure 2. There are no requirements on the duty cycle of the external clock signal, since the input to the internal clocking circuitry is through

19、a divideby-two</p><p>  1.6 Special Function Registers</p><p>  A map of the on-chip memory area called the Special Function Register (SFR) space is shown in the table below. </p><p&

20、gt;  Note that not all of the addresses are occupied, and unoccupied addresses may not be implemented on the chip. Read accesses. to these addresses will in general return random data, and write accesses will have an ind

21、eterminate effect.</p><p>  User software should not write 1s to these unlisted locations, since they may be used in future products to invoke new fea tures. In that case, the reset or inactive values of th

22、e new bits will always be 0.</p><p>  1.7 Restrictions on Certain Instructions</p><p>  The AT89C2051 and is an economical and cost-effective member of Atmel’s growing family of microcontroller

23、s. It contains 2 Kbytes of flash program memory. It is fully compatible with the MCS-51 architecture, and can be programmed using the MCS-51 instruction set. However, there are a few considerations one must keep in mind

24、 when utilizing certain instructions to program this device.</p><p>  All the instructions related to jumping or branching should be restricted such that the destination address falls within the physical pro

25、gram memory space of the device, which is 2K for the AT89C2051. This should be the responsibility of the software programmer. For example, LJMP 7E0H would be a valid instruction for the AT89C2051 (with 2K of memory), wh

26、ereas LJMP 900H would not.</p><p>  1. Branching instructions:</p><p>  LCALL, LJMP, ACALL, AJMP, SJMP, JMP @A+DPTR</p><p>  These unconditional branching instructions will execute

27、correctly as long as the programmer keeps in mind that the destination branching address must fall within the physical boundaries of the program memory size (locations 00H to 7FFH for the 89C2051). Violating the physic

28、al space limits may cause unknown program behavior.</p><p>  CJNE [...], DJNZ [...], JB, JNB, JC, JNC, JBC, JZ, JNZ With these conditional branching instructions the same rule above applies. Again, violati

29、ng the memory boundaries may cause erratic execution.</p><p>  For applications involving interrupts the normal interrupt service routine address locations of the 80C51 family architecture have been preser

30、ved.</p><p>  2. MOVX-related instructions, Data Memory:</p><p>  The AT89C2051 contains 128 bytes of internal data memory. Thus, in the AT89C2051 the stack depth is limited to 128 bytes, the am

31、ount of available RAM. External DATA memory access is not supported in this device, nor is external PROGRAM memory execution. Therefore, no MOVX [...] instructions should be included in the program.</p><p> 

32、 A typical 80C51 assembler will still assemble instructions, even if they are written in violation of the restrictions mentioned above. It is the responsibility of the controller user to know the physical features and li

33、mitations of the device being used and adjust the instructions used correspondingly.</p><p>  1.8 Program Memory Lock Bits</p><p>  On the chip are two lock bits which can be left unprogrammed

34、(U) or can be programmed (P) to obtain the additional features listed in the table below:</p><p>  Lock Bit Protection Modes(1)</p><p>  Note: 1. The Lock Bits can only be erased with the Chip E

35、rase operation</p><p>  1.9 Idle Mode</p><p>  In idle mode, the CPU puts itself to sleep while all the on-chip peripherals remain active. The mode is invoked by software. The content of the on

36、-chip RAM and all the special functions registers remain unchanged during this mode. The idle mode can be terminated by any enabled interrupt or by a hardware reset.</p><p>  P1.0 and P1.1 should be set to ’

37、0’ if no external pullups are used, or set to ’1’ if external pullups are used.</p><p>  It should be noted that when idle is terminated by a hardware reset, the device normally resumes program execution, fr

38、om where it left off, up to two machine cycles before the internal reset algorithm takes control. On-chip hardware inhibits access to internal RAM in this event, but access to the port pins is not inhibited. To eliminate

39、 the possibility of an unexpected write to a port pin when Idle is terminated by reset, the instruction following the one that invokes Idle should not be one tha</p><p>  1.10 Power Down Mode</p><

40、;p>  In the power down mode the oscillator is stopped, and the instruction that invokes power down is the last instruction executed. The on-chip RAM and Special Function Registers retain their values until the power

41、 down mode is terminated. The only exit from power down is a hardware reset. Reset redefines the SFRs but does not change the on-chip RAM. The reset should not be activated before VCC is restored to its normal operating

42、level and must be held active long enough to allow the oscillator to</p><p>  P1.0 and P1.1 should be set to ’0’ if no external pullups are used, or set to ’1’ if external pullups are used.</p><p&

43、gt;  1.11 Programming The Flash</p><p>  The AT89C2051 is shipped with the 2 Kbytes of on-chip PEROM code memory array in the erased state (i.e., contents = FFH) and ready to be programmed. The code memory a

44、rray is programmed one byte at a time. Once the array is programmed, to re-program any non-blank byte, the entire memory array needs to be erased electrically.</p><p>  Internal Address Counter: The AT89C205

45、1 contains an internal PEROM address counter which is always reset to 000H on the rising edge of RST and is advanced by applying a positive going pulse to pin XTAL1.</p><p>  Programming Algorithm: To progr

46、am the AT89C2051, the following sequence is recommended.</p><p>  1. Power-up sequence:</p><p>  Apply power between VCC and GND pins Set RST and XTAL1 to GND</p><p>  With all othe

47、r pins floating, wait for greater than 10 milliseconds</p><p>  2. Set pin RST to ’H’ Set pin P3.2 to ’H’</p><p>  3. Apply the appropriate combination of ’H’ or ’L’ logic levels to pins P3.3, P

48、3.4, P3.5, P3.7 to select one of the programming operations shown in the PEROM Programming Modes table.</p><p>  To Program and Verify the Array:</p><p>  4. Apply data for Code byte at locatio

49、n 000H to P1.0 to P1.7. 5. Raise RST to 12V to enable programming.</p><p>  6. Pulse P3.2 once to program a byte in the PEROM array or the lock bits. The byte-write cycle is self-timed and typically takes 1

50、.2 ms.</p><p>  7. To verify the programmed data, lower RST from 12V to logic ’H’ level and set pins P3.3 to P3.7 to the appropiate levels. Output data can be read at the port P1 pins.</p><p>  

51、8. To program a byte at the next address location, pulse XTAL1 pin once to advance the internal address counter. Apply new data to the port P1 pins.</p><p>  9. Repeat steps 5 through 8, changing data and ad

52、vancing the address counter for the entire 2 Kbytes array or until the end of the object file is reached.</p><p>  10. Power-off sequence: set XTAL1 to ’L’ set RST to ’L’</p><p>  Float all othe

53、r I/O pins Turn Vcc power off</p><p>  Data Polling: The AT89C2051 features Data Polling to indicate the end of a write cycle. During a write cycle, an attempted read of the last byte written will result in

54、 the complement of the written data on P1.7. Once the write cycle has been completed, true data is valid on all outputs, and the next cycle may begin. Data Polling may begin any time after a write cycle has been initiate

55、d.</p><p>  Ready/Busy: The Progress of byte programming can also be monitored by the RDY/BSY output signal. Pin P3.1 is pulled low after P3.2 goes High during programming to indicate BUSY. P3.1 is pulled Hi

56、gh again when programming is done to indicate READY.</p><p>  Program Verify: If lock bits LB1 and LB2 have not been programmed code data can be read back via the data lines for verification:</p>&l

57、t;p>  1. Reset the internal address counter to 000H by bringing RST from ’L’ to ’H’.</p><p>  2. Apply the appropriate control signals for Read Code data and read the output data at the port P1 pins.</

58、p><p>  3. Pulse pin XTAL1 once to advance the internal address counter.</p><p>  4. Read the next code data byte at the port P1 pins. 5. Repeat steps 3 and 4 until the entire array is read.</p&

59、gt;<p>  The lock bits cannot be verified directly. Verification of the lock bits is achieved by observing that their features are enabled.</p><p>  Chip Erase: The entire PEROM array (2 Kbytes) and t

60、he two Lock Bits are erased electrically by using the proper combination of control signals and by holding P3.2 low for 10 ms. The code array is written with all "1"s in the Chip Erase operation and must be ex

61、ecuted before any non-blank memory byte can be re-programmed.</p><p>  Reading the Signature Bytes: The signature bytes are read by the same procedure as a normal verification of locations 000H, 001H, and 00

62、2H, except that P3.5 and P3.7 must be pulled to a logic low. The values returned are as follows.</p><p>  (000H) = 1EH indicates manufactured by Atmel (001H) = 21H indicates 89C2051</p><p>  Pro

63、gramming Interface</p><p>  Every code byte in the Flash array can be written and the entire array can be erased by using the appropriate combination of control signals. The write operation cycle is self-ti

64、med and once initiated, will automatically time itself to completion.</p><p>  All major programming vendors offer worldwide support for the Atmel microcontroller series. Please contact your local programm

65、ing vendor for the appropriate software revision.</p><p>  Ultrasonic ranging system design</p><p>  Publication title: Sensor Review. Bradford: 1993. Vol. </p><p>  ABSTRACT:Ultras

66、onic ranging technology has wide using worth in many fields,such as the industrial locale,vehicle navigation and sonar engineering.Now it has been used in level measurement,self-guided autonomous vehicles, fieldwork robo

67、ts automotive navigation,air and underwater target detection,identification,location and so on.So there is an important practicing meaning to learn the ranging theory and ways deeply. To improve the precision of the ultr

68、asonic ranging system in hand,satisfy the req</p><p>  Keywords:Ultrasound r,Ranging System,Single Chip Processor</p><p>  1.Introductive</p><p>  With the development of science an

69、d technology, the improvement of people's standard of living, speeding up the development and construction of the city. urban drainage system have greatly developed their situation is constantly improving. However, d

70、ue to historical reasons many unpredictable factors in the synthesis of her time, the city drainage system. In particular drainage system often lags behind urban construction. Therefore, there are often good building exc

71、avation has been building faci</p><p>  2. A principle of ultrasonic distance measurement </p><p>  2.1 The principle of piezoelectric ultrasonic generator </p><p>  Piezoelectric u

72、ltrasonic generator is the use of piezoelectric crystal resonators to work. Ultrasonic generator, the internal structure as shown, it has two piezoelectric chip and a resonance plate. When it's two plus pulse signal,

73、 the frequency equal to the intrinsic piezoelectric oscillation frequency chip, the chip will happen piezoelectric resonance, and promote the development of plate vibration resonance, ultrasound is generated. Conversely,

74、 if the two are not inter-electrode voltage, when</p><p>  The traditional way to determine the moment of the echo's arrival is based on thresholding the received signal with a fixed reference. The thres

75、hold is chosen well above the noise level, whereas the moment of arrival of an echo is defined as the first moment the echo signal surpasses that threshold. The intensity of an echo reflecting from an object strongly dep

76、ends on the object's nature, size and distance from the sensor. Further, the time interval from the echo's starting point to the moment </p><p>  2.2The principle of ultrasonic distance measurement &

77、lt;/p><p>  Ultrasonic transmitter in a direction to launch ultrasound, in the moment to launch the beginning of time at the same time, the spread of ultrasound in the air, obstacles on his way to return immedi

78、ately, the ultrasonic reflected wave received by the receiver immediately stop the clock. Ultrasound in the air as the propagation velocity of 340m / s, according to the timer records the time t, we can calculate the dis

79、tance between the launch distance barrier (s), that is: s = 340t / 2 </p><p>  3.Ultrasonic Ranging System for the Second Circuit Design </p><p>  System is characterized by single-chip microcom

80、puter to control the use of ultrasonic transmitter and ultrasonic receiver since the launch from time to time, single-chip selection of 8751, economic-to-use, and the chip has 4K of ROM, to facilitate programming. Circui

81、t schematic diagram shown in Figure 2. </p><p>  Figure 1 circuit principle diagram</p><p>  3.1 40 kHz ultrasonic pulse generated with the launch </p><p>  Ranging system using the

82、 ultrasonic sensor of piezoelectric ceramic sensors UCM40, its operating voltage of the pulse signal is 40kHz, which by the single-chip implementation of the following procedures to generate. </p><p>  puzel

83、: mov 14h, # 12h; ultrasonic firing continued 200ms </p><p>  here: cpl p1.0; output 40kHz square wave </p><p>  Ranging in front of single-chip termination circuit P1.0 input port, single chip

84、implementation of the above procedure, the P1.0 port in a 40kHz pulse output signal, after amplification transistor T, the drive to launch the first ultrasonic UCM40T, issued 40kHz ultrasonic pulse, and the continued lau

85、nch of 200ms. Ranging the right and the left side of the circuit, respectively, then input port P1.1 and P1.2, the working principle and circuit in front of the same location. </p><p>  3.2 Reception and pro

86、cessing of ultrasonic </p><p>  Used to receive the first launch of the first pair UCM40R, the ultrasonic pulse modulation signal into an alternating voltage, the op-amp amplification IC1A and after polariza

87、tion IC1B to IC2. IC2 is locked loop with audio decoder chip LM567, internal voltage-controlled oscillator center frequency of f0 = 1/1.1R8C3, capacitor C4 determine their target bandwidth. R8-conditioning in the launch

88、of the carrier frequency on the LM567 input signal is greater than 25mV, the output from the high jump 8 </p><p>  Ranging in front of single-chip termination circuit output port INT0 interrupt the highest p

89、riority, right or left location of the output circuit with output gate IC3A access INT1 port single-chip, while single-chip P1.3 and P1. 4 received input IC3A, interrupted by the process to identify the source of inquiry

90、 to deal with, interrupt priority level for the first left right after. Part of the source code is as follows: </p><p>  receive1: push psw </p><p><b>  push acc </b></p><

91、p>  clr ex1; related external interrupt 1 </p><p>  jnb p1.1, right; P1.1 pin to 0, ranging from right to interrupt service routine circuit </p><p>  jnb p1.2, left; P1.2 pin to 0, to the lef

92、t ranging circuit interrupt</p><p>  service routine </p><p>  return: SETB EX1; open external interrupt 1 </p><p><b>  pop acc </b></p><p><b>  pop

93、 psw </b></p><p><b>  reti </b></p><p>  right: ...; right location entrance circuit interrupt service routine </p><p>  Ajmp Return </p><p>  left:

94、 ...; left Ranging entrance circuit interrupt service routine </p><p>  Ajmp Return </p><p>  3.3 The calculation of ultrasonic propagation time </p><p>  When you start firing a

95、t the same time start the single-chip circuitry within the timer T0, the use of timer counting function records the time and the launch of ultrasonic reflected wave received time. When you receive the ultrasonic reflecte

96、d wave, the receiver circuit outputs a negative jump in the end of INT0 or INT1 interrupt request generates a signal, single-chip microcomputer in response to external interrupt request, the implementation of the externa

97、l interrupt service subroutine, read </p><p>  RECEIVE0: PUSH PSW </p><p><b>  PUSH ACC </b></p><p>  CLR EX0; related external interrupt 0 </p><p>  MOV R7

98、, TH0; read the time value </p><p>  MOV R6, TL0 </p><p><b>  CLR C </b></p><p>  MOV A, R6 </p><p>  SUBB A, # 0BBH; calculate the time difference </p&g

99、t;<p>  MOV 31H, A; storage results </p><p>  MOV A, R7 </p><p>  SUBB A, # 3CH </p><p>  MOV 30H, A </p><p>  SETB EX0; open external interrupt 0 </p>&l

100、t;p><b>  POP ACC </b></p><p><b>  POP PSW </b></p><p><b>  RETI </b></p><p>  For a flat target, a distance measurement consists of two phases

101、: a coarse measurement and. a fine measurement:</p><p>  Step 1: Transmission of one pulse train to produce a simple ultrasonic wave.</p><p>  Step 2: Changing the gain of both echo amplifiers a

102、ccording to equation , until the echo is detected.</p><p>  Step 3: Detection of the amplitudes and zero-crossing times of both echoes.</p><p>  Step 4: Setting the gains of both echo amplifiers

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經(jīng)權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
  • 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
  • 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論