
R e a d m e . t x t 

ADSP-BF533 EZ-KIT Flash Programmer Driver
-- ST. PSD4256G --

Date Created:	11/16/06
_____________________________________________________________________

C o n t e n t s 

I.    Overview
II.   Required Hardware
III.  Deliverables


I. Overview

The flash programmer driver is an example that demonstrates the use
of flash driver to implement new algorithms, modify existing ones, 
or add support for a new flash device/DSP combination. After creating 
the flash driver, you must load it onto the DSP using the ADI Flash 
Programmer utility.The Flash Programmer is installed with VisualDSP++ 
and is accessible from the "Tools" pull-down menu

The program includes all the source code for the top-end dxe and the 
flash specific library. The library adheres to the ADI Driver Model 
which was introduced in VDSP++ 4.0 and has a straight-forward API and powerful 
support libraries that simplify the process of creating custom drivers 
and applications.


II. Required Hardware 

The harware requirements of the flash driver example are:

 * Blackfin ADSP-BF533 EZ-KIT Lite evaluation system
 * High-Performance PCI Emulator, HP-USB ICE, or Blackfin ADSP-BF533 
   EZ-KIT Lite evaluation system (using supplied USB debug agent)


III. Deliverables

All the flash driver examples ship pre-built but you can rebuild them
yourself.  The source files for both the top-end dxe and the flash 
specific library are included in the directory structure shown below:


+---Blackfin
    +---Examples
       +---ADSP-BF533 EZ-KIT Lite
           +---Flash Programmer 	[Top-end dxe]
    			BF533EzFlashDriver.dpj
    			BF533EzFlashDriver.dxe
    			main.c
    +---include
    |   +---drivers
    |       +---flash				[Flash header files]
    |           adi_psd4256g.h
    |           Errors.h
    |           util.h
    |           adi_flash.h
    +---lib
    	+---src
    	    +---drivers
    	        +---flash
    	            +---PSD4256G 	[Flash specific library]
                            adi_psd4256g.c

        
        
           
     
     
_____________________________________________________________________
		
