Now i'm using my senior project and I don't know about how to config,I know only it must be config with I2C,I tried to do that but it don't work
,when i config i read in datasheet and go on it but it can't connect with PIC18F452 please tell me why it doesn't work
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Tue Apr 24, 2007 12:23 pm
Look on page 15 of the TVP7000 data sheet. It has two diagrams of
the i2c operations to write and read from the chip. It also tells you
the slave address of the chip.
To write a byte:
Code:
S 10111000 ACK subaddress ACK send_data ACK P
To read a byte:
Code:
S 10111000 ACK subaddress ACK S 10111001 ACK receive_data NAK P
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum