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
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.