I am try to make twi communication and i got strange issue.
When i use twi scanner example with unconnected pins on my board , i am not see any requests
Great oddity that pin 29 (sda) in low always.
const nrf_drv_twi_config_t twi_config = {
.scl = 28,
.sda = 29,
.frequency = NRF_DRV_TWI_FREQ_100K,
.interrupt_priority = APP_IRQ_PRIORITY_HIGH,
.clear_bus_init = false
};
If i change pins to 30 and 31 , all work as i expect.
I did not seen any additional descriptions about 28-29 pins and twi.
Where is my mistake about these pins and twi?
Also, this is my board scheme