XferSize not change

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

cross mob
Anonymous
Not applicable

Hi,

   

Im trying to set the Xfer size doing:

   

                InEndpt->SetXferSize(2048);

   

And after that I try to read the size with the following line
                ULONG z=InEndpt->GetXferSize();

   

but the result is that the Set is not changing the XferSize .

   

Anyone have the same problem?

   

 

   

Thanks in advance,

   

Athos

0 Likes
2 Replies
Anonymous
Not applicable

Hi Athos,

   

This is no longer supported. It is just kept for the sake of backward compatibility with legacy library and application. Please look at page 68 of CyAPI.pdf.

   

Regards,

   

Anand

0 Likes

Hi Athos.

I just want to highlight that if you Google "Cypress CyAPI" you will get the (still online):

http://www.cypress.com/file/53106 [OUTDATED: Do not touch...]

The correct(?) one comes with the SDK installation:

C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\doc\SuiteUSB\CyAPI.pdf

Do you have an online version where the changelist is also visible?

//Rune

0 Likes