EEPROM ERASE

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!

Hi,

How can we erase a particular byte/array stored in eeprom in the code?

Thank you.

0 Likes
1 Solution
Alakananda_BG
Moderator
Moderator
Moderator
50 likes received 250 sign-ins 250 replies posted

Hi,

You can erase a particular byte/array stored in eeprom in the code,basically you have to write 0 to clear.

But internally entire row is copied, required byte is modified and rewritten.

You can go through emulated eeprom component datasheet  - https://www.cypress.com/file/185386/download

Regards

Alakananda

Alakananda

View solution in original post

0 Likes
1 Reply
Alakananda_BG
Moderator
Moderator
Moderator
50 likes received 250 sign-ins 250 replies posted

Hi,

You can erase a particular byte/array stored in eeprom in the code,basically you have to write 0 to clear.

But internally entire row is copied, required byte is modified and rewritten.

You can go through emulated eeprom component datasheet  - https://www.cypress.com/file/185386/download

Regards

Alakananda

Alakananda
0 Likes