EM_EEPROM for PSOC 4000S

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

cross mob
lock attach
Attachments are accessible only for community members.
ToVa_285016
Level 5
Level 5
100 replies posted 50 replies posted 50 questions asked

Hi,

I am looking for a solution for an EEPROM storage for a 4000S PSOC 4 microcontroller.  It does not show up in the components, and when I try to add a work around that Cypress provided for their BLE componets - a Em_EEPROM header and source file, I get build errors - 'undefined reference to 'Em_EERPOM_Write'.  Any ideas?

See attached for project.

Thank you,

Tom

0 Likes
1 Solution
Roy_Liu
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 10 questions asked

Exclude and re-include the Em_EEPROM.c and Em_EEPROM.h files in the project will fix the issue, but you can also refer to the old thread below on how to use Em EEPROM for 4100S family device.

Emulated EEPROM for PSoC 4100S family?

Roy Liu

View solution in original post

0 Likes
1 Reply
Roy_Liu
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 10 questions asked

Exclude and re-include the Em_EEPROM.c and Em_EEPROM.h files in the project will fix the issue, but you can also refer to the old thread below on how to use Em EEPROM for 4100S family device.

Emulated EEPROM for PSoC 4100S family?

Roy Liu
0 Likes