File: C51.TXT Date: 1/26/96 The following is a list of the files available for downloading. They were written and tested using V2.53 of the Franklin C51 Development Tools. File Name Size Date Description ------------ ----- -------- HELLO.PRJ 2487 05/03/95 Do you want to get your C51 project up and running fast? This file is set up to compile the "Hello World" program included with the C51 Compiler package. It assumes that you have the new STARTUP.A51 file (See the previous message & file). You can edit the file list or any other settings once you are familiar with PV51. STARTUP.A51 7022 01/26/96 This file is a copy of the standard STARTUP.A51 file included with the C51 compiler package. It has been modified to accommodate the system memory map of the Blue Earth Micro series controllers. Refer to the comments in the file for more details. TIME.ZIP 2998 05/04/95 This file can be used to create a HEX file that will print the Date and Time using the Micro-440e's Real Time Clock/Calender (RTC). The following files are included in the ZIP file: TIME.PRJ - The PV51 project file. TIME.C - The main source file for printing the Date and Time. RTC_LIB.C - Various functions for reading the RTC, displaying day of week, month, etc. TMR1_INT.C 2463 07/13/95 This file shows how to set up an interrupt routine in a C51 program. The interrupt simply increments a counter every 5 milliseconds, and checks for a count of 200 (one second). It can easily be modified for either Timer0 or Timer1, and any reasonable period.