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

Is it possible to use P0.00 and P0.01 for I2C? I'm using RTC for LFCLK, so I thought these would be available as GPIO.

I've designed a custom board for the NRF52832. Current consumption is not a major concern, and the pin location was convenient, so I wanted to use P0.00 and P0.01 for I2C. I've set the LFCLK to the RTC, and so I thought it would be OK to use those pins. My application gets hung up though when trying to use them. Setting I2C to use different pins resolves that issue, but would require a board redesign. Can I use P0.00 and .01 for I2C? Is some other configuration necessary?

Related