CY7C68013A GPIF implementation

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

cross mob
Anonymous
Not applicable

  Hello evereone!

   

At the moment i am trying to implement parallel interface on CY7C68013A. And i face with such problem: how i can programming two of  GPIF waveforms as one type of transers, single write, for instance.  GPIFWFSELECT regester respond for this, by default, one waveform  is assigned to each transfer type, but how to use it in my case i don't understand.

0 Likes
1 Solution
Anonymous
Not applicable

 Hi,

   

 

   

You can programmatically select the waveforms by assigning the appropriate value for waveform (WF 0/1/2/3) to GPIFWFSELECT register. Say for example, if WF 0 and WF1 are single write waveforsm, then

   

- to execute WF0, assign the SINGLEWR1:0 fields of GPIFWFSELECT register value of 00, and then trigger SINGLE WR transfers.

   

- to execute WF1, assign the SINGLEWR1:0 fields of GPIFWFSELECT register value of 01, and then trigger SINGLE WR transfers.

   

 

   

Regards,

   

Gayathri

View solution in original post

0 Likes
4 Replies
Anonymous
Not applicable

 Hi,

   

 

   

You can programmatically select the waveforms by assigning the appropriate value for waveform (WF 0/1/2/3) to GPIFWFSELECT register. Say for example, if WF 0 and WF1 are single write waveforsm, then

   

- to execute WF0, assign the SINGLEWR1:0 fields of GPIFWFSELECT register value of 00, and then trigger SINGLE WR transfers.

   

- to execute WF1, assign the SINGLEWR1:0 fields of GPIFWFSELECT register value of 01, and then trigger SINGLE WR transfers.

   

 

   

Regards,

   

Gayathri

0 Likes
Anonymous
Not applicable

Gayathri, thanks. I just thought it is posiible to do that just initilaze some register in one time and do not change it anymore.  

0 Likes
Anonymous
Not applicable

can u help me?? any firmware available for communicating usb and parallel interface (cy7c68013A)??

0 Likes
Anonymous
Not applicable

 Hi ,

   

 

   

Refer the  firmware (related to application notes) provided in the links below

   

http://www.cypress.com/?rID=43046

   

http://www.cypress.com/?rID=46029

   

http://www.cypress.com/?rID=39392.

   

 

   

Regards,

   

Vikas.

0 Likes