undefined reference to `EEPROM_Start'

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

cross mob
Anonymous
Not applicable

  I add an EEPROM to my project which's cpu is CY8C5568AXI-060, when compiling the project,there is a mistake of undefined reference to `EEPROM_Start' ,  why?  

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

Hello Hardveiy,

   

PSoC 5 silicon does not support 'EEPROM_Start()' API. They do not require 'EEPROM_Start()' or 'EEPROM_Enable' at beginning rather PSoC 5 will start by default if EEPROM is placed in top design(.cysch). On the other hand, PSoC 3 and PSoC 5LP require these APIs. 

View solution in original post

0 Likes
2 Replies
Anonymous
Not applicable

the mistake is attached 

   

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

Hello Hardveiy,

   

PSoC 5 silicon does not support 'EEPROM_Start()' API. They do not require 'EEPROM_Start()' or 'EEPROM_Enable' at beginning rather PSoC 5 will start by default if EEPROM is placed in top design(.cysch). On the other hand, PSoC 3 and PSoC 5LP require these APIs. 

0 Likes