Burst mode data transfer using plx 9030

Status
Not open for further replies.

muss76

Newbie level 4
Joined
May 26, 2010
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,356
Hi all

I am using Mesa electronics io5i20 pci card. In there sample code they have provided borland c code to transfer data from PC to card and then read data back from card to PC. One example section is shown below:

static udword datain32(unsigned p)

{
udword retval ;


p += P_FPGAIOBase ;
asm {
mov dx,[p]
in eax,dx
mov [retval],eax
}
return retval ;

what I ned to know how to send data in burst mode for say 4 cycles. Here in code 32 bit data is being transferred and I want to know how to do it for 128 bit using burst mode.

any help is welcome.

Regards
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…