INSTALL - Flash_Api; Updated: 2001/10/15
               

ATMEL - Wireless and Microcontrollers 2001


REQUIREMENTS
------------
- T89C51RB/RB2 Component with UART Bootloader Rev 1.1.1
- A Keil(c) C Compiler ( Tested with V6.03 )
- The "In System Programming - Flash Library for T89C51RC/RB2" application Note.

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

- Hardware : When needed, you can update your T89C51RC/RB2 to the current version ( Rev 1.0.0 )
- 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 T89C51ix2.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 T89C51RC/RB2 )

- Take care to enable the "#define LARGE_MEMORY_MODEL" when using Keil compiler in this mode ( Do not forget to set your compiler in this mode too )