First of all: I know next to nothing about FPGAs or USB... I do know a little bit of C++ programming. Anyway, I am playing around with a Xylo-LM and FlashyD combination and I have a question.
I would like write a small program in C++ that can send a TriggerRequest packet to an FPGA programmed with the FlashyDemo bit-file and then receive a Data packet. The FX2 board documentation describes how these packets look like, but I don't know how to implement it. Should I just create such a struct and then send it to a FIFO using USB_BulkWrite? Which FIFO address should I have?