External EEPROM interface issue on latest PSOC Creator 4.2

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.
Anonymous
Not applicable

Dear Community Team,

Please find attached project with SCB block for external EEPROM use internal slave I2C block.

The issue we are facing is that when we build this file with SCB block component version 1.2 project gets built correctly. But when we update that component to version 4.0 (latest) . The same program shows 13 critical error and does not get built.

Please suggest us necessary corrections/changes so that we can use latest version 4.0 of SCB block.

Best Regards,

Pavan.

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Latest changes for I2C component was to introduce a "timeout" parameter. Since this was not present in former versions you will get errors on most APIs. Check the new I2C Datasheet.

Bob

View solution in original post

0 Likes
1 Reply
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Latest changes for I2C component was to introduce a "timeout" parameter. Since this was not present in former versions you will get errors on most APIs. Check the new I2C Datasheet.

Bob

0 Likes