INSTALL - Flash_Api; Updated: 2001/03/16
               

ATMEL - Wireless and Microcontrollers 2001


REQUIREMENTS
------------
- T89C51 RD2 Component with UART Bootloader Rev 2.4
- A Keil(c) C Compiler ( Tested with V6.03 )
- The "In System Programming - Flash Library for T89C51RD2" application Note.

INSTALLATION
------------

- Hardware : When needed, you can update your T89C51RD2 to the current version ( Rev 2.4 ) with the HEX file include in the distribution.

- Add the files flash_api.c and flash_api.a51 to your project
- Include the files flash_api.h and config.h to your project
- Be sure to have a correct SFR description file with the 16 bits SFR DPTR
 ( You can use the t89c51rd2.h file include in this distribution )

CONFIGURATION
-------------
- To use the needed functions for Flash Access, you need to configure the correct define in flash_api.h
( See Application Note :In System Programming - Flash Library for T89C51RD2 )

- Take care to enable the "#define LARGE_MEMORY_MODEL" when using Keil compiler in this mode.