Hi
Here are some questions about the EEPROM reading and writting ...
1. I notice that the read function of EEPROM TI_Fee_Read( ) can be called with the "offset" parameter, but the TI_Fee_WriteAsync(uint16 BlockNumber, uint8* DataBufferPtr)" without the "offset" parameter. Is there any other function with "offset" parameter for EEPROM writing. If no,,,why? :(
2. My setting data is about 2K bytes, and I save them in one data structure. And when just one member of the setting is changed, I must write the whole structure back into the one EEPROM data block. and when I need add some new setting members some day, maybe I need to again increase the block size in the HALCoGen.
Is this the generic way for setting data read/write? Is there any other better way for so many setting datas operation?