This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

TWI demo code on nRF51-DK resets

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,

Parents Reply Children
Related