16-bit Slave FIFO using control endpoint by GUI

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

cross mob
eata_1526501
Level 1
Level 1

I want to collect data from FPGA to user application via FX3 16-bit Slave FIFO and also i want to control some FPGA interface using control endpoint.

SO how can i receive 16-bit Slave FIFO data of FX3 using control endpoint instead of bulk in point?

0 Likes
1 Solution
abhinavg_21
Moderator
Moderator
Moderator
50 likes received 25 likes received 10 likes received

Hi,

You have to add a handler which will send data coming from control endpoint to FPGA. Please note that you cannot use control endpoint to send data in bulk amount, for that you have to use bulk endpoint. Please refer to the following community thread which talks about the same.

Control Endpoint in Slave FIFO example.

Thanks & Regards
Abhinav

View solution in original post

0 Likes
1 Reply
abhinavg_21
Moderator
Moderator
Moderator
50 likes received 25 likes received 10 likes received

Hi,

You have to add a handler which will send data coming from control endpoint to FPGA. Please note that you cannot use control endpoint to send data in bulk amount, for that you have to use bulk endpoint. Please refer to the following community thread which talks about the same.

Control Endpoint in Slave FIFO example.

Thanks & Regards
Abhinav

0 Likes