Psoc 1-wire interface component

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

cross mob
cwallach-weber
Level 1
Level 1
5 sign-ins First reply posted First question asked

I'd like to access an EEPROM with the 1-Wire protocol. Using a Psoc4 chip and Psoc Creator 4.3.  Are there any drop-in components?

 

0 Likes
1 Solution
ncbs
Moderator
Moderator
Moderator
500 replies posted 50 likes received 250 sign-ins

Hi @cwallach-weber,

You will have to implement the 1-wire protocol using a GPIO pin of the PSoC4 chip being used i.e., the logic of the 1-wire protocol needs to be written as firmware/C code.

Regards,
Nikhil

View solution in original post

0 Likes
4 Replies
ncbs
Moderator
Moderator
Moderator
500 replies posted 50 likes received 250 sign-ins

Hi @cwallach-weber,

There is no drop-in component supported to access EEPROM with the 1-wire protocol.

Are you emulating EEPROM in PSOC4 Flash or using an external EEPROM?

You may refer to the Emulated EEPROM CE for a better understanding of the same.

 

Regards,

Nikhil

0 Likes
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted

cwallach-weber,

Are you trying to access external memory chip, like Maxim DS27E07, using 1-wire?

0 Likes
cwallach-weber
Level 1
Level 1
5 sign-ins First reply posted First question asked

Yes. Its an external memory chip, a DS2431.

 

0 Likes
ncbs
Moderator
Moderator
Moderator
500 replies posted 50 likes received 250 sign-ins

Hi @cwallach-weber,

You will have to implement the 1-wire protocol using a GPIO pin of the PSoC4 chip being used i.e., the logic of the 1-wire protocol needs to be written as firmware/C code.

Regards,
Nikhil

0 Likes