The TWI_Scanner example is building and downloading fine (using SES) but it just prints:
"TWI scanner started."
Then nothing in terms of scanning addresses etc.
It does not give any app error checks. Seems it gets stuck inside:
err_code = nrf_drv_twi_rx(&m_twi, address, &sample_data, sizeof(sample_data));
Let me know if further information is needed.