Ttelmah
Joined: 11 Mar 2010 Posts: 18974
|
|
Posted: Sun Jul 16, 2017 2:46 pm |
|
|
Write_float_eeprom, uses write_eeprom.
Understand, write_eeprom, is the 'core' function provided by the compiler, to write one byte to the EEPROM. Any data type larger than a byte has to be transferred using multiple write_eeprom calls. The write_float_eeprom command uses four write_eeprom calls to transfer the float to the EEPROM (since a float is four bytes...).
Newguy, I'd say you had faulty FRAM's. Can happen. |
|