Hello,
I am using the pine watch hardware, to do some tests,
I configured through the overlay file, the I2C_1 to use pins 0.6, 0.7 as shown below,
&i2c1 {
compatible = "nordic,nrf-twi";
status = "okay";
label="I2C_1";
sda-pin = <6> ;
scl-pin = <7>;
};
but on the oscilloscope I only see the data, the clock is absent.
How do I configure I2C_0 or I2C_1 to work correctly with these pins? Thanks