I am a bit confused ovcer use of the EEPROM in the 5LP
Online examples state the entire rows must be read form eeprom, altered and written back. Hoewever, the datasheet for EEPROM in the schematic state you can read and write to any single byte using EEPEOM_ReadByte and EEPEOM_WriteByte.
Would someone please privide an example how I would write and read single bytes to EEPEOM.
Thanks
There is an example project for PSoC5LP and EEPROM that uses the ByteWrite() function.
Hope that this will clarify your doubts.
Bob
Here is a component for that purpose -
http://www.psocdeveloper.com/project/easy-eeprom/
Regards, Dana.