Hi,everybody!
I want to simulate a master device with signal function in I2C communication on s3c2410,but I don't know how to write this signal function.Can you give me some examples,thank you!
Thanks,In this help file there is a example about IIC signal function which is a slave device,but I don't know how to write a signal function which is a master device!
"I don't know how to write a signal function which is a master device!"
Where exactly is the problem?
Do you mean you don't know how to write Signal functions, or you don't know how an I2C master works?
The Keil documentation will tell you how to write Signal functions, and the NXP (formerly Philips) specification will tell you what an I2C master needs to do.
If you want to simulate the specific I2C master implementation of some chip, you will also have to consult the Datasheet for that device.
Can you tell me the relation between VTREG I2C_IN or I2C_OUT and Appliance program in MDK, in another word,when the values of I2C_OUT or I2C_IN changes?my CPU is s3c2410!thank you!