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.
You don't use UICR for that.
You use either sdk_config.h or the custom board header file for your board (when using NRF SDK).
Thank you for reply.
how can i go through sdk_config.h file.please explain me
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.
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.