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.

Messages - FTDI Community

Pages: 1 ... 40 41 [42] 43 44 ... 60
616
Hi,

We will have a look through your details provided but here is a link to the latest beta and source code:
LibMPSSE

Best Regards, FTDI Community

617
Hello,

There should not be a need to add a delay. If FT_GetQueueStatus returns a value, that value should be able to be read straight away.

What are the fail codes that you are seeing, returned by the function calls?

See the D2XX Programmer's Guide for more information and software examples.

If you want to send your code for review, see Contact Us for your local support office.

Best Regards,
FTDI Community

618
Discussion - Software / Re: FT90x Transferring Data via USB
« on: August 20, 2019, 04:30:34 PM »
Hello,

Which USB interface are you using?
If you are using the USB D2XX interfaces on this FT90x then this is possible.

See the D2XX examples here:

AN_360 FT9xx Example Applications

Also see the D2XX Programmer's Guide which provides software examples.

In your application running on the PC, calling FT_Write would write data to the FT90x via USB then you could read that data using D2XX_Read.
See section 2.35 D2XX Feature in AN_365 FT9xx API Programmers Manual.

If you need further support, feel free to [urlhttps://www.ftdichip.com/FTContact.htm]Contact Us[/url].

Best Regards,
FTDI Community

620
Hello,

Thanks, I have passed these on to the development team.

Best Regards,
FTDI Community

621
Hello,

I cannot see anything in the user guide for ESD regarding a context switch for variable casting.

Yes, please share, I have notified the software team of this post and they should be able to look into this shortly.

Best Regards,
FTDI Community

622
Hello,

Thank you for pointing this out, I will pass this on to the development team and hopefully they can take account of your suggestions for the next release.

Best Regards,
FTDI Community

623
Discussion - Software / Re: FT4222
« on: August 13, 2019, 04:06:03 PM »
Hello,

The only functions that are available for the FT4222 are detailed in the following:
https://www.ftdichip.com/Support/Documents/AppNotes/AN_329_User_Guide_for_LibFT4222.pdf

Appendix D lists the supported D2XX functions, of which FT_GetQueueStatus or FT_GetStatus is not supported.

I would suggest having a look at the examples available on the following page:
https://www.ftdichip.com/Products/ICs/FT4222H.html

Best Regards,
FTDI Community

624
Discussion - Software / Re: NHD-3.5-320240FT-CSXN-CTP
« on: August 12, 2019, 11:12:34 AM »
Hello,

Yes, that is correct, but again you should be able to take the settings/configuration defined in those examples and utilise them in the library you are using.

The FT90x is our series of MCUs, you can find our more at the following:
https://www.ftdichip.com/MCU.html

Best Regards,
FTDI Community

625
Discussion - Hardware / Re: ft232h suspend mode
« on: August 09, 2019, 03:31:22 PM »
Hello Rajesh,

Please see my previous post:

"The application on the PC should have set flow control for RTS_CTS flow control."

This will then be handled by the IC.

So ensure you have set this in your software:

Code: [Select]
// Set RTS/CTS flow control
ftStatus = FT_SetFlowControl(ftHandle, FT_FLOW_RTS_CTS, NULL, NULL);
if (ftStatus == FT_OK)
{
// FT_SetFlowControl OK
}
else
{
// FT_SetFlowControl Failed
}

Best Regards,
FTDI Community

626
Discussion - Hardware / Re: ft232h suspend mode
« on: August 07, 2019, 03:35:19 PM »
Hello Rajesh,

USB suspend is controlled by the USB host telling the peripheral device to go to suspend.
The FTDI drivers do not force the FTxxx devices to go to suspend.
If the USB data bus is idle for >3ms the USB host should put the FTxxx into suspend.
To prevent this happening you should ensure there is always data within 3ms.

The 245 FIFO interface should only be written to when the TXE# pin is logic 0.

The TXE# pin will go to logic 1 and back to logic 0 for every byte latched in.

If the application on the PC never reads any data the buffer on the PC (64kbytes) and the buffer on the chip will become full.

When these buffers are full the TXE# line should remain at logic 1 until the application on the PC does a read to free up some space.

Some users report TXE# goes back to logic 0 after a brief period (actually matches latency timer).

This can result in data loss due to overrun.

To prevent this from happening the application on the PC should have set flow control for RTS_CTS flow control.

Although the hardware does not have RTS/CTS pins the driver does not know this, but it is now forced to monitor certain status bits, which allows the TXE# pin to be kept at logic 1 until space is made available.

Best Regards,
FTDI Community

627
Discussion - Software / Re: NHD-3.5-320240FT-CSXN-CTP
« on: August 06, 2019, 01:46:35 PM »
Hello,

I believe the Newhaven displays require some extra configuration during initialization.
You can find their example code at the following:
https://github.com/NewhavenDisplay/EVE2-TFT-Modules/tree/master/3.5in/Capacitive

It should be easy enough to port this to the library you are using.

Best Regards,
FTDI Community

628
Hello,

You can email in to support1@ftdichip.com.
Please quote this thread.

Best Regards,
FTDI Community

629
Discussion - Software / Re: FT905L Toolchain and Building DLL
« on: July 30, 2019, 04:31:19 PM »
Hello,

The FT9xx Toolchain can only be used to generate .bin and .elf files which are programmed into the IC.
The .elf file is used for debugging purposes.

Best Regards,
FTDI Community

630
Hello,

If you can capture a USB analyser trace of the software executing and the FT_IO_Error happening we can investigate this occurrence further.

Best Regards,
BRT Community

Pages: 1 ... 40 41 [42] 43 44 ... 60