基于51单片机信号发生器的设计——外文翻译内容摘要:
respectively, of an inverting amplifier which can be configured for use as an onchip oscillator, as shown in Figure a quartz crystal or ceramic resonator may be used. To drive the device from an external clock source, XTAL2 should be left unconnected while XTAL1 is driven as shown in Figure are no requirements on the duty cycle of the external clock signal, since the input to the internal clocking circuitry is through a dividebytwo flipflop, but minimum and maximum voltage high and low time specifications must be observed. Figure 1. Oscillator Connections Configuration Figure2. External Clock Drive 4 Idle Mode 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 onchip 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. It should be noted that when idle is terminated by a hard ware reset, the device normally resumes program execution, from where it left off, up to two machine cycles before the internal reset algorithm takes control. Onchip hardware inhibits access to internal RAM in this event, but access to the port pins is not inhibited. To eliminate 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 that writes to a port pin or to external memory. 5 Powerdown Mode In the powerdown mode, the oscillator is stopped, and the instruction that invokes powerdown is the last instruction executed. The onchip RAM and Special Function Registers retain their values until the powerdown mode is terminated. The only exit from powerdown is a hardware reset. Reset redefines the SFRs but does not change the onchip RAM. The reset should not be activated before VCC is restored to its normal operating level and must be held active long enough to allow the oscillator to restart and stabilize. 6 Program Memory Lock Bits On the chip are three lock bits which can be left unprogrammed (U) or can be programmed (P) to obtain the additional features listed in the table below. When lock bit 1 is programmed, the logic level at the EA pin is sampled and latched during reset. If the device is powered up without a reset, the latch initializes to a random value, and holds that value until reset is activated. It is necessary that the latched value of EA be in agreement with the current logic level at that pin in order for the device to function properly. 三、 Getting Started with 181。 Vision2 The Keil Software 8051 development tools listed below are programs you use to pile your C code, assemble your assembly source files, link and locate object modules and libraries, create HEX files, and debug your target program. 181。 Vision2 for Windows™ is an Integrated Development Environment that bines project management, source code editing, and program debugging in one single, powerful environment. The C51 ANSI Optimizing C Cross Compiler creates relocatable object modules from your C source code. The SCM and 181。 Vision2 The A51 Macro Assembler creates relocatable object modules from your 8051 assembly source code. The BL51 Linker/Locator bines relocatable object modules created by the C51 Compiler and the A51 Assembler into absolute object modules. The LIB51 Library Manager bines object modules into libraries that may be used by the linker. The OH51 ObjectHEX Converter creates Intel HEX files from absolute object modules. The RTX51 Realtime Operating System simplifies the design of plex, timecritical software projects. Software Development Cycle When you use the Keil Software tools, the project development cycle is roughly the same as it is for any other software development project. 1. Create a project, select the target chip from the device database, and configure the tool settings. 2. Create source files in C or assembly. 3. Build your application with the project manager. 4. Correct errors in source files. 5. Test the linked application. 181。 Vision2 IDE The 181。 Vision2 IDE bines project management, a richfeatured editor with interactive error correction, option setup, make facility, and online help. Use 181。 Vision2 to create your source files and anize them into a project that defines your target application. 181。 Vision2 automatically piles, assembles, and links your embedded application and provides a single focal point for your development efforts. LIB51 Library Manager The LIB51 library manager allows you to create object library from the object files created by the piler and assembler. Libraries are specially formatted, ordered program collections of object modules that may be used by the linker at a later time. When the linker processes a library, only those object modules in the library that are necessary to create the program are used. BL51 Linker/Locator The BL51 linker creates an absolute object module using the object modules extracted from libraries and those created by the piler and assembler. An absolute object file or module contains no relocatable code or data. All code and data reside at fixed memory locations. The absolute object file may be used: To program an EPROM or other memory devices, With the 181。 Vision2 Debugger for simulation and target debugging, With an incircuit emulator for the program testing. 西安交通大学城市学院本科生 毕业设计(外文翻译) 181。 Vision2 Debugger The 181。 Vision2 symbolic, sourcelevel debugger is ideally suited for fast, reliable program debugging. The debugger includes a highspeed simulator that let you simulate an entire 8051 system including onchip peripherals and external hardware. The attributes of the chip you use are automatically configured when you select the。基于51单片机信号发生器的设计——外文翻译
相关推荐
首先根据硬件设计在 Protues 中完成原理图的设计,确定使用单片机的哪些 I/O 口,然根据软件设计中 的流程图编写单片机 C 语言程序。 结合题目要求模块化地编写程序,首先编写走时程序,然后编写闹铃 闹铃 的程序,最后完成倒计时设计,在分模块化编写过程中,不断地根据仿真现象调试程序来修复软件编写错误。 例如调试液晶的显示问题,写指令 write_(0x80)将数据指针定位到第一行第一个字处
s 内芯片不会进行更新,此时可以通过读写相应字节获取时间信息和设置信息 .UIP 位为只读位且不受复位信号影响,通过把 B 寄存器中的 SET 位置 1将 UIP 位清零并禁止时间更新 .DV0DV2 用来开关晶体振 荡器和复位分频器 ,本课题中不需设置 .RS0RS3用于控制分频器输出,设置成不同的值可以在 SQW引脚得到不同的分频输出或得到周期性的中断 (通过控制寄存器 B 实现 )
111D31Q22D42Q53D73Q64D84Q95D135Q126D146Q157D177Q168D188Q19U 5 017 4L S 3 73P 2. 0P 2. 1P 2. 2A L EIN T 0V C CV C CR 5 00IN 0C 5 051 04C 5 031 04C 5 041 041234567J 50 3C O N 73 12J 50 4C O N 2R 5 061
ack()。 } stop()。 //停止 } read(uchar slave_write_address,uchar byte_address,uchar slave_read_address)//读一个数据 { uchar temp,temp1,i,ii,x,data_data。 star()。 //开始 for(ii=0。 ii3。 ii++)//根据 24CXX 文档资料,和时序图
min 2种 综上所述,查机械手册 3 得电动机型号为 Y160M28 Pm= nm=720r/min 传动比的初步分配 : : nni mn () 21 iiin i1不宜取过大,初取 i1=, i2= 初步计算传动装置的运动参数和动力参数 Pm=, nm=720r/min 0 mT Nm () 2确定转速 南京林业大学本科生毕业设计(论文) 8 m i n/m i