EEPROM READ

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
psoc_3295286
Level 4
Level 4
10 sign-ins 5 sign-ins Welcome!

We have stored some value in eeprom.

How can we read from eeprom and change the state of led accordingly?

Is there any sample code available?

Thank you.

Regards.

0 Likes
1 Solution
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

psco,

To simplify writing and reading from EEPROM of multiple parameters you can use custom component, which encapsulates all necessary functionality

myEEPROM: component to save/recall application settings in EEPROM between power offs

/odissey1

View solution in original post

0 Likes
1 Reply
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

psco,

To simplify writing and reading from EEPROM of multiple parameters you can use custom component, which encapsulates all necessary functionality

myEEPROM: component to save/recall application settings in EEPROM between power offs

/odissey1

0 Likes