DMA (revised) question - need to send from Cx3 to PC in a loop

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

cross mob
EtWh_2921621
Level 3
Level 3
First like received

I need to set up a DMA transfer from my CX3 to my PC. On the CX3 side, every 5 seconds, I want to send a DMA packet over USB. On the PC's side, I want to set up a loop that will sit and wait for information to come over the USB bus, and when received, display it. In an infinite loop. I need some information on how, on the CX3, to set up the DMA channel, and how, on the PC, to open up the WinUsb device and read the incoming packets in a loop.

There is a "bounty" on this, we'll pay $ for good help... I'm not kidding. We're stuck and at the end of our tether. We have most of the code to do this, but there are some nagging issues...

0 Likes
1 Reply
KandlaguntaR_36
Moderator
Moderator
Moderator
25 solutions authored 10 solutions authored 5 solutions authored

Hello,

You can implement this using a vendor command. Since you already have a code, can you please share it with us. So that we can review it and suggest the changes needed.

0 Likes