one wire library

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

cross mob
Anonymous
Not applicable

 hi,

   

recently i bought a PSoC 4 Pioneer Kit (CY8CKIT-042) board and i want to communicate with ds2431 which is a one wire  EEPROM chip which needs a one wire library.

   

is there a one wire soft ware library available with the psoc4 or hardware  method?

   

 

0 Likes
3 Replies
Anonymous
Not applicable
        Hi samk,   
PSoC4,3,5 would not provide the One Wire Module, any longer.   
But you can find it in PSoC1, Designer software.   
Would you like to porting to your PSoC4?   
When you open designer project, any psoc is OK, i.e Cy8C29466,   
And place an one-wire-module and generate APIs.   
So you can get module software from there.   
OK?   
0 Likes
EvPa_264126
Level 7
Level 7
500 replies posted 250 replies posted 100 likes received

   

Maybe it will help you a little bit (reading ROM ds.... for PSoC3/5)

   

http://www.cypress.com/?app=forum&id=2232&rID=82737

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Porting out of Designer may be a bit of a challenge as what you

   

will get is M8C ASM code, totally different than PSOC 3.

   

 

   

Might be better to search web for a C based bit banging solution,

   

and port that.

   

 

   

Regards, Dana.

0 Likes