


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


    Running FAT16 File Systems and DOS Commands on SHARC Processors (EE-329)  


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


Date Created:	Sep 28th, 2007



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


The archive provides 2 code examples and one dll file:

Example 1 "FAT16_CMD" in directory "FAT16_CMD" illustrates the implementation of FAT16 
using command line as explained in EE-329.

Example 2 "FAT16_GUI" in directory "FAT16_GUI" illustrates the implementation of FAT16 
using graphical user interface as explained in EE-329.

"FAT16.dll" file should be used with "FAT16_GUI" project.

"FAT16.dll" works with VisualDSP 4.5 version (June 2007 Update). Please follow the steps 
given below in order to install FAT16 plugin in VisualDSP 4.5. 

   1.	Extract the file "FAT16.dll" from the attached zip file (EE329v01.zip) and place 
	it in the VisualDSP 4.5 System directory. If VisualDSP 4.5 is installed on C drive, 
	copy the attached file into the following directory:
        
        C:\Program Files\Analog Devices\VisualDSP 4.5\System

   2.	Register the "FAT16.dll" file by typing the following command line:

	regsvr32.exe FAT16.dll
	
	Note: Run regsvr32.exe from the ..\System directory, not from the root directory
  

The FAT16 plugin now appears in the Settings => Preferences => Plugins Menu. You can access 
FAT16 from the Tools => Plugins Menu. For information on using this plugin, please refer to 
EE-329.


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


All code examples have been written and tested with

	VisualDSP++ 4.5 June 2007 Update

	ADSP-21369 revision 0.1

	ADSP-21369 EZ-KIT Lite revision 1.2


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

