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

how to set default I2C pin(SDA AND SCL) for nrf52832 using UICR customer register?

How to set  SDA= p0.25;and SCL=P0.26 default pin configration.

Parents Reply
  •  I'm not sure what you mean by "default pin configuration". There is no default pin config for the peripheral. Any GPIO can be configured to be used with any serial peripheral. You need to define the pin usage in the application. The pin configuration can be changed in run-time. If you erase the chip, it will not have any TWI peripheral configured so the pin config will be irrelevant. The pin config will always be set on boot by your application.

Children
Related