Other Parts Discussed in Thread: SYSCONFIG
Hello,
I am trying to make I2C run over a board with early sample of the microcontroler in the tittle
I have I2C on pins 7 ans 8 of 32 pins package, Slave is powered and there are 4.7k resistors on SCL and SDA lines
I tried with the 2 examples (master and pooling), just redirect the I2C pins to the one of my hardware and activate the slave
I see no communication on I2C bus, both lines are at 1 (VDD voltage, ie 3.3V)
Any idea what I could be missing?
I found a working example on another TI microcontroler that sets at transmit bit in the master register but it seems not to exist in the I2C library
Is there more informations I shall communicate to get an answer? I can make screenshots of the syscfg fule if needed
Thanks