Other Parts Discussed in Thread: CONTROLSUITE
I am using the IIc peripheral to write some message to a EEPROM : M24C01 .
I have some confused places in the example program:D:\controlSUITE\device_support\F2807x\v210\F2807x_examples_Cpu1\i2c_eeprom\cpu01
Could you tell me why a memory address should be writed twice ?
I2cbRegs.I2CDXR.all = msg->MemoryHighAddr;
I2cbRegs.I2CDXR.all = msg->MemoryLowAddr;
my email is fylxakj@163.com