Your browser does not allow scripts
Please click here to view a static table of contents without scripts
EEPROM Programming Interface Functions
Return to Introduction  Previous page  Next page
Introduction
FTDI has included EEPROM programming support in the D2XX library. This section describes that interface.


Overview
Functions are provided to program the EEPROM (
FT_EE_Program, FT_EE_ProgramEx, FT_WriteEE), read the EEPROM (FT_EE_Read, FT_EE_ReadEx, FT_ReadEE) and erase the EEPROM (FT_EraseEE).

Unused space in the EEPROM is called the User Area (EEUA). Functions are provided to access the EEUA.
FT_EE_UASize gets it's size, FT_EE_UAWrite writes data into it and FT_EE_UARead is used to read it's contents.


Reference
Type definitions of the functional parameters and return codes used in the D2XX EEPROM programming interface are contained in the appendix.