nrf52 dk board TWI SCANNING EXAMPLE INTERFACING WITH EXTERNAL EEPROM
Hi, this is vadivelan
I am working on a task like interfacing external EEPROM memory with nrf52dk board I used TWI scanner example for that then I interfaced with external EEPROM but it's showing on terminal "no devices was found " my EEPROM ic address for reading 0x51 ..
{
err_code = nrf_drv_twi_rx(&m_twi, address, &sample_data, sizeof(sample_data));
printf("error_code =%d",err_code);
}
I checked err_code value is=33281 receiving
how to solve this issue help me/...