SAVE_EEP#(n) |
Purpose | Save the 32-bit IEEE single precision number that represent the floating-point data x# to the EEPROM/FRAM address n., |
Examples | SAVE_EEP# FP[20], 100 |
Comments: | Float data contained in variable FP[20] will be saved to the
EEPROM address 100 Note that LOAD_EEP# and SAVE_EEP# uses the identical EEPROM space as LOAD_EEP32 and SAVE_EEP32. For more details please refer to LOAD_EEPXXX commands in the TL6 Programmers Reference manual. Thus, if you are using the EEPROM space to save both integer and float data, you must manage the memory space properly to ensure that this command does not overwrite the memory space reserved for saving 8, 16 or 32-bit integers.. |
See Also | LOAD_EEP# , SAVE_EEP32, LOAD_EEP32 |