This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

TWI SCL and SDA pins 7 and 6 not working on NRF52

Hello,

I built a simple I2C application for the LMP91000 and I was successfully able to configure it to read the status register.

However, I tested to see if I could use pin 6 and 7 for SCL and SDA respectively. However, when I did, nothing happened. When I tested it on other GPIO pins it worked well.

I then saw that P0.06 and P0.07 is used for TXD and CTS respectively from the guide on the back on the NRF52. Is there any way to go around this?

Thanks.

Related