Hi,
I have Ublox EVK-NINA-B3 on table, which has totally different pin layout than NRF52 DK (not sure why): https://www.u-blox.com/sites/default/files/EVK-NINA-B3_UserGuide_%28UBX-17056481%29.pdf
It mentions:
SDA, schematic pin GPIO_4, NRF52_pin = P0.16
Your SDK example TWI Scanner contains file: PCA10056_H has only this:
// Arduino board mappings
#define ARDUINO_SCL_PIN 27 // SCL signal pin
#define ARDUINO_SDA_PIN 26 // SDA signal pin
#define ARDUINO_AREF_PIN 2 // Aref pin
Isn't it too bad, after all these years, of NRF5 SDK to put Arduino defines in your official example :-D ?
Anyway, how to map custom pins in this specific case? Your older threads mention some TWI configuration for custom boards, but no defines like TWI0_SCL_PIN do exist in whole SDK. It was only in NRF51.
Thanks,
Cyberluke