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 ... 41 42 [43] 44 45 ... 61
631
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

632
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

633
Hello,

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

Best Regards,
FTDI Community

634
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

635
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

636
Discussion - Hardware / Re: Problem with FT260 chip
« on: July 29, 2019, 09:14:57 am »
Hello,

You are correct, you may use the FT260 as a USB to RS485 Converter, however, it does not provide a COM port.

Regards,
FTDI Community

637
Discussion - Hardware / Re: Problem with FT260 chip
« on: July 26, 2019, 03:06:18 pm »
Hello,

The FT260 is a HID class device and does not provide a COM port. It may only be used in HID applications.

Our other family of ICs - USB to UART do create a COM Port. Have a look at our ICs Product Page here http://www.ftdichip.com/Products/ICs.htm where you will find, for example, the FT232R, FT230X, FT231X and FT234X.

Regards,
FTDI Community







638
Hello,

Shouldn't be any hardware issues then as long as you are using an appropriately spec'd USB cable.

You could try a virtual machine to see if the issue persists, I usually run Ubuntu distros when testing things on VMs.

You could also try the code from AN_411, this does not use LibMPSSE (you would need to port it from C# back to the standard D2XX C definitions):
https://www.ftdichip.com/Support/Documents/AppNotes/AN_411_FTx232H%20MPSSE%20I2C%20Master%20Example%20in%20Csharp.pdf

Best Regards,
FTDI Community

639
Hello,

How have you connected the module to the host, is this through a hub (powered)?
Have you tried on any other Linux distros? Do you have a 32 bit machine you can try it on?

Best Regards,
FTDI Community

640
Hello,

FT_IO_ERROR indicates that the driver has sent a message to the IC but there was no response from the IC. This is usually caused by hardware issues. We have some hardware guidelines at the following:
https://www.ftdichip.com/Support/Documents/AppNotes/AN_146_USB_Hardware_Design_Guidelines_for_FTDI_ICs.pdf

Power configurations can be found in the ICs datasheet.

Best Regards,
FTDI Community

641
Hello,

Is it still exhibiting the FT_IO_ERROR?

Best Regards,
FTDI Community

642
Discussion - Hardware / Re: FT121 USB connection
« on: July 22, 2019, 09:49:07 am »
Hello,

Thanks for your post.

Please contact support1@ftdichip.com where we can assist you further.

Regards,
FTDI Community

643
Hello,

spi_slave_test_slave_side should be used with spi_slave_test_master_side.

Run spi_slave_test_slave_side.exe on the slave and it waits for the master. I selected Dev 0 since this is my slave (loc ID 114):



Then run spi_slave_test_master_side.exe. I selected Dev 1 (loc ID 113):



You can see from the screenshots that the data is received.

These are only examples to demonstrate how to use the libraries.

The code should be changed to work with your MCU.

Best Regards,
FTDI Community

644
Hello,

Please contact email support on support1@ftdichip.com and we will continue to deal with you there.

Regards,
FTDI Community

645
Hello,

Can you give it a try with the latest version of the LibMPSSE library and let me know your results?

You can download it here:
ftp://ftp.ftdichip.com/CES/LibMPSSE/libMPSSE__0_6_Beta.zip

The source is available at the following:
ftp://ftp.ftdichip.com/CES/LibMPSSE/0.6Plus_Beta_Source.zip

Best Regards,
FTDI Community

Pages: 1 ... 41 42 [43] 44 45 ... 61