Function


nuEepromWrite

Syntax

s32 nuEepromWrite(u8 address, u8* buffer, u16 len)

Arguments

Return Value

Explanation
Writes data to EEPROM

Writes data from the specified "buffer" to the specified "address" in EEPROM. The specified "address" is 0-63 for 4K EEPROM and 0-255 for 16K EEPROM, and len*8 bytes of data are read.


See Also
nuEepromMgrInit
nuEepromCheck
nuEepromRead