2024-11-26 11:57 PM - last edited on 2024-11-27 12:03 AM by Peter BENSCH
Hello,
I am using M95256-A125 EEPROM device as NV data storage in our application. SPI communication is used to communicate from host to EEPOM device.
EEPROM Device has page size 64bytes but little-fs expects minimum page size as 104 bytes.
My question is, if we choose to have SPI transaction of 64bytes(Maximum), can we keep pure data in it?
meaning, do we have any mechanism to handle command + address bytes separately?
So that We can keep block size as 128bytes.
thanks!