This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

twi_master_with_twis_slave - incorrect EEPROM data

Greetings, I am interfacing AT24C01A(EEPROM) with nRF52 ,SDK11,PCA10040.

For writing to the EEPROM and reading data fromn EEPROM, I am using the following code,

I have attached images of read function and write function.Kindly have a look. image description image description

I am not able to write and read data to and from EEPROM device.

Thanks

Parents
  • Hi,

    If I see in your screens correctly you are using SDK11. Do you have any communication with EEPROM? You can try TWI Scanner example to check if connection is fine. But it is available in newer SDK: SDK12/SDK13/SDK14 (\sdk\nrf5\examples\peripheral\twi_scanner)

Reply
  • Hi,

    If I see in your screens correctly you are using SDK11. Do you have any communication with EEPROM? You can try TWI Scanner example to check if connection is fine. But it is available in newer SDK: SDK12/SDK13/SDK14 (\sdk\nrf5\examples\peripheral\twi_scanner)

Children
No Data
Related