GxFpgaLoadFromEeprom

Purpose

Loads the FPGA with the contents of the EEPROM.

Syntax

GxFpgaLoadFromEeprom (nHandle, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handle for a GX3500 board.
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

By default when JP2 jumper is present, when the card is powered up the volatile memory will be automatically loaded with  the configuration from the EEPROM.

Example

The following example loads the FPGA with the contents of the EEPROM:

 

GxFpgaLoadFromEeprom (nHandle, &nStatus);

 

See Also

GxFpgaLoad, GxFpgaGetErrorString