Em_EEPROM in a Psoc4 project at at fixed address

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

cross mob
GiBA_1125241
Level 1
Level 1

I'm using Em_EEPROM in a Psoc4 project and i place Eeprom Storage at fixed address as described in EM-EEPROM Datasheet Rev 2.0.

It work as described, but how can'I prevent deletion of this flash memory area when running the Prog command ?

0 Likes
1 Solution
GeonaP_26
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 50 solutions authored

Emulated EEPROM component emulates EEPROM features using device flash area. During 'Erase All' step during programming, the entire PSoC device flash will be erased and the existing contents will be lost. You can use bootloader architecture which allows partial device flash area updates. Please refer Bootloader Code Examples for PSoC® 3/PSoC 4/ PSoC 4BLE/PSoC 5LP for more details regarding PSoC bootloader architecture.

View solution in original post

0 Likes
2 Replies
GeonaP_26
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 50 solutions authored

Emulated EEPROM component emulates EEPROM features using device flash area. During 'Erase All' step during programming, the entire PSoC device flash will be erased and the existing contents will be lost. You can use bootloader architecture which allows partial device flash area updates. Please refer Bootloader Code Examples for PSoC® 3/PSoC 4/ PSoC 4BLE/PSoC 5LP for more details regarding PSoC bootloader architecture.

0 Likes
GiBA_1125241
Level 1
Level 1

Ok,

Thanks.

0 Likes