I am using code from nRF5_SDK_17.1.0\examples\peripheral\twi_master_with_twis_slave for accessing an EEPROM. The code seemed to work fine for a 24c512.
I am now trying to use it with a 24c64 device and I am running into issues!!! Data seems to wrap at 32 bytes, the page size
The code comment says " * @attention If you wish to communicate with real EEPROM memory chip, check its readiness
* after writing the data."
What does this mean? Does this translate into an nrf_twi_xxx function call??