I'm testing out twi_master_using_app_twi example code on the nRF51-DK.
It appears to wite on the twi bus as expected but the nRF51 resets after executing
// Initialize sensors.
APP_ERROR_CHECK(app_twi_perform(&m_app_twi, lm75b_init_transfers, LM75B_INIT_TRANSFER_COUNT, NULL));
Any ideas?
Thanks,