-
1. Re: Dual socket transfers in FX3 slave fifo interface
Madhu Lakshmipathy Aug 4, 2015 7:21 AM (in response to jeyaprakash.kadarkarai)Hi,
Both the requirements are possible. Please refer the examples in "C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\firmware\dma_examples\cyfxbulklpmanonetomany" and "C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\firmware\dma_examples\cyfxbulklpmanmanytoone"
In these examples data sent through an out endpoint and be read back by two In EndPoints and vice versa. The DMA Channels in each of these firmwares are of the type MANUAL_ONE_TO_MANY and MANUAL_MANY_TO_ONE.
However, these firmware have not implemented the GPIF Interface, But it is possile in GPIF Interface also. You can our video camera example in An75779 application note. Where the GPIF Sockets 0 and 1 are used to receive video data and it is sent out of FX3 using 0x83 endpoint. There are many things to be considered in implementing this. Please contact tech support for more details.
Regards,
- Madhu Sudhan
-
2. Re: Dual socket transfers in FX3 slave fifo interface
jeyaprakash.kadarkarai Aug 5, 2015 12:14 AM (in response to Madhu Lakshmipathy)Thanks for Quick reply.
I got your point that data sent through an out endpoint and can be read back by two In EndPoints and vice versa. But still i am having one more doubt,
If data sent through an one out endpoint and be read back by one In EndPoint. In this case whether i can use multiple threads/sockets for each end point to communicate with External side.
For example if data read for one In End point and communicated to External processor/FPGA via two threads/sockets instead of one thread/socket and viceversa. According to documents its mentioned as each socket represents each end point in USB side.