HI
I am using the customized nRF52832 board with a temperature sensor connected via i2c .Firmware i merged the ble_app_uart and twi_sensor xample code. Here the RX AND SDA pins are same , so i changed to
RX - 27
TX - 26
SDA - 8 (FOR MY CUSTOMIZED NRF BOARD I2C PIN NUMBERS )
SCL - 7
DO I WANT TO CHANGE ANY OTHER THING ?
I used the step by step debug to find the error, getting NRF_BREAKOUT_POINT at this point
APP_ERROR_CHECK(err_code); in uart_init();