Missing EEPROM Component for PSOC 4M in Creator 3.2

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

cross mob
ToVa_285016
Level 5
Level 5
100 replies posted 50 replies posted 50 questions asked

 Hi,

   

Does anyone know how to use an EEPROM component with a PSOC 4M chip in Creator 3.2?  I cannot find the component, and when I try to upgrade old designs that have one it says that it is incompatible, and does not try to upgrade to a new version.

   

Thank you,
Tom

0 Likes
2 Replies
ToVa_285016
Level 5
Level 5
100 replies posted 50 replies posted 50 questions asked

 Hi,

   

I have posted a case and finally received an unfortunate answer:

   

Hi Tom,

Due to issues/complications with using EEPROM component,it has been removed from latest PSOC devices such as PSOC 4M and PSOC 4 BLE.We suggest to do flash write using flash write API's provided in the system reference guide.
Let me know if you need more information,

Thanks
Sujay

   

Regards,

   

Tom

0 Likes
JohnW_86
Employee
Employee

Tom,

   

 

   

The EEPROM component is getting a face lift.  There is nothing stopping you from using the older component or just copying the code and using it still.  The original PSoC 4 emulated eeprom component did nothing more than provide a wrapper to the flash APIs that are provided in the standard project libraries.  The new version will be much easier to use.

   

 

   

-John

0 Likes