FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Show Posts

You can view here all posts made by this member. Note that you can only see posts made in areas to which you currently have access.

Topics - NorthGuy

Pages: [1]
1
Discussion - Hardware / Setting "Ignore Session Underrun"
« on: February 05, 2021, 06:13:27 PM »
The AN_370 configuration documentation lists two different options for "Ignore Session Underrun":

- On Multiple of MaxPacketSize bytes
- On Multiple of FIFO bus-width bytes

I want to set this using FT_SetChipConfiguration(), but the FT_60XCONFIGURATION in FTD3XX.h doesn't contain any fields for this.

FT_60XCONFIGURATION is not documented, so one must guess the functionality by field names. The closest I could find is the CONFIGURATION_OPTIONAL_FEATURE_DISABLECANCELSESSIONUNDERRUN flag in the OptionalFeatureSupport member, which I guess I need to set. But nothing to distinguish between "On Multiple of FIFO bus-width bytes" and "On Multiple of MaxPacketSize bytes".

So, how do I select between "On Multiple of FIFO bus-width bytes" and "On Multiple of MaxPacketSize bytes"?


Pages: [1]