*****************************************************************************************


This ZIP File is associated with Rev 2 of the Application Note


Usage of the SCCB Software Interface for configuring I2C devices by the
Blackfin Processor family    Title (EE-204)  


that can be found at http://www.analog.com/ee-notes.


Date Created:	Dec 14th, 2006


*****************************************************************************************


The archive provides 2 code examples:

Example 1 in directory \ADSP-BF5xx_I2C_ASM  a dedicated project file 
"ADSP-BF533_I2C_ASM.dpj" can be found. It takes all the files requried
Files used:
- GPIO_Setup_BF5xx.c
- GPIO_Setup_BF5xx.h
- I2C_BF5xx_ASM_C_API.c
- I2C_BF5xx_ASM_C_API.h
- I2C_BF5xx_rev07.asm
- I2C_BF5xx_rev07.h
- main.c
- ADSP-BF533_I2C_ASM.ldf

Example 2 in directory \ADSP-BF5xx_I2C_ASM a dedicated project file 
"ADSP-BF561_I2C_ASM.dpj" can be found. It takes all the files requried
Files used:
- GPIO_Setup_BF5xx.c
- GPIO_Setup_BF5xx.h
- I2C_BF5xx_ASM_C_API.c
- I2C_BF5xx_ASM_C_API.h
- I2C_BF5xx_rev07.asm
- I2C_BF5xx_rev07.h
- main.c
- ADSP-BF561_I2C_ASM.ldf

Note:
Differences from from BF533 to BF561 are controlled by the Visual DSP++ session switch
automatically (___ADSPBF533__, __ADSPBF561__). Please review the #ifdef commands in the 
source code (e.g. #ifdef __ADSPBF561__) when shaping up for other purposes. 


*****************************************************************************************


All code examples have been written and tested with

	VisualDSP++ 4.5 (November Update)

	ADSP-BF533 revision 0.4, ADSP-BF561 revision 0.5

	EZ-KIT Lite revision 1.7 and 2.0


*****************************************************************************************


