How to set SDA= p0.25;and SCL=P0.26 default pin configration.
How to set SDA= p0.25;and SCL=P0.26 default pin configration.
How to update pin configuration for sda and scl to board permanent via bootloader.
You simply cannot do that - the application has full control over which gpio pin has what digital function assigned to. Simply by putting the correct magic number in the peripherial register (PSEL.XXX).
can you explain in depth please .
Can you explain in depth why you think you needed that feature, and what you did not understand in the PS, TWI and TWIM chapters?
for the appliaction purpose design our own IC of nrf52. so i need the default pin configuration for that. can you explain me nrf_sdk I2c example. I am new for nrf so i didn't understand their example.