Problem in the I2C1 peripherical?
Hi to all!
I have an Nucleo-F767ZI board and I noticed a problem, in the I2C1 periperical.
I have redirect the I2C1 pins on PB8 and PB9 for comodity and left PA6 and PA7 free and the I2C1 work well.
After a couple of days, i have used the PA6 pin as output GPIO pin, and the I2C1 don't works. It send the address byte and after it receive a NACK bit. I have spend fews days to realize that if I left the PA6 pin free the I2c1 works and if I use the PA6 pin as GPIO output the I2C1 don't works.
This appens only if I use the PA6 as output pin. If I configure the PA6 as input pin or as analog pin, the I2C1 works.
This is normal or is a MCU bug?