Hello,
I want to use I2C9 on pins SCL=PE6 SDA=PE7. I note from the DS that PE7 has special considerations when re-configuring it from GPIO functionality. In addition to the standard setup for I2C what else will I need to do to make this work?
I have found that if I configure I2C9 on pins SCL=PA0 SDA=PA1 is works as expected, however, when I try this for pins SCL=PE6 SDA=PE7 the I2C status registers indicate BUSBSY in the MCS register, ie
IDLE=1
BUSBSY=1
BUSY=0
before any transmissions have taken place.
Pleased will you advise me.
Thanks.