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 2 3 [4] 5 6 ... 60
46
Hi,

What version of LibFT4222 are you using?

if you are using an old version of the library, then there are such dependencies. But if you are using the latest version, there should be no dependencies.

Best regards

FTDI Community

47
Hi,

These undefined symbols don't look familiar. The LibFT4222 examples can be build for x86 and x64 which generates a .exe. not a DLL

If the version is lower than or equal to 1.4.4. Libft4222 bases on Microsoft Visual C++ 2010 x86 and x64 Redistributable package.

Please install the below package on the target machine.

https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170


If the version is higher than or equal to 1.4.5. Microsoft Visual C++ 2010 runtime library is built in LibFt4222. The user does not need to install Microsoft Visual C++ 2010 x86 and x64 Redistributable package on the target machine.

Best Regards
FTDI Community

48
Discussion - Software / Re: FT232HL maximum SPI Rx hz
« on: June 26, 2023, 11:33:47 AM »
Hi Terry,

The maximum SPI clock for FT232H is 30MHz. This information can be found in LibMPSSE-SPI User Guide.

Best Regards

FTDI Community

49
Hello,

We assume this is an SPI Master application.
We have already tested this on SPI Flash and it works fine.
Maybe you are encountering some hardware or wiring trouble?
Please make sure the SPI wiring is as short as possible if you want a higher frequency.
Probing the wiring may also cause signal delay so it is not recommended.

Best Regards,
FTDI Community

50
Hello,

VNC2 may not support all USB HID class devices.

"USBHostHID" and "USBHostHID2" are only examples.
Refer to the ReadMe.txt inside the example folder.

You can refer to AN_151 Vinculum II User Guide for all API usage which may help you implement your own solution to host an NFC reader.

There may be other FTDI Community users who can help you further.

Best Regards,
FTDI Community

51
Test and Review Area / Re: Vinculum II Toolchain Patch V2.0.2-SP3
« on: May 16, 2023, 09:48:24 AM »
Hello,

This has now been released to the website:

https://ftdichip.com/firmware/vnc2-tools/

Best Regards,
FTDI Community

52
Discussion - Hardware / Re: USB to I2C Master Reference Designs?
« on: May 04, 2023, 04:48:13 PM »
Hello,

There are a few products which you can consider as a USB to I2C master.

The I2C master devices that we have are as follows.
All will require some form of application code running on the OS to control the device:

Using MPSSE and d2xx:
FT232H
See AN_135 MPSSE Basics. Also MPSSE software examples exist.
UM232H is available for test, evaluation and reference.

Using LibFT4222 and d2xx:
FT4222H
Software examples are provided with the library download.
UMFT4222EV-D is available for test, evaluation and reference.

HID class device
FT260
LibFT260 can be used with Windows, software examples are provided with the LibFT260 library download.
UMFT260EV1A is available for test, evaluation and reference.

Schematics are provided in the modules linked above.

Note that the FT602 is not an appropriate product. This is a UVC video class device with built-in I2C master interface for video device configuration, not for general I2C master usage. It's likely the FT602 is overkill if you are just looking for an USB to I2C master bridge.

Best Regards,
FTDI Community

53
Discussion - Software / Re: MCU Host Bus Emulation mode
« on: May 04, 2023, 09:47:15 AM »
Hi Kiran,

Please see Command Processor For MPSSE and MCU Host Bus Emulation Modes.

Best Regards

FTDI Community

54
Hello,

Sorry, FT4222H does not support sending a STOP without reading data.

Best Regards

FTDI Community

55
Discussion - Software / Re: FT232R Write Error
« on: April 28, 2023, 11:29:21 AM »
Hello,

can you please send an email so support1@ftdichip.com about this? so we can discuss further.

Best Regards

FTDI Community

56
Test and Review Area / Re: Vinculum II Toolchain Patch V2.0.2-SP3
« on: April 28, 2023, 09:59:13 AM »
Hello,

An updated version of the SP3 patch is now available which fixes all known issues.

Please contact FTDI support to get this version before it's uploaded to the FTDI website!

Best Regards,
FTDI Community

57
Discussion - Drivers / Re: libMPSSE V1.0.3 SPI_Write
« on: April 27, 2023, 04:52:42 PM »
Hi,
Our LibMPSSE source code is provided on the FTDI website if you want to make changes.
https://ftdichip.com/software-examples/mpsse-projects/

You could also choose not to use LibMPSSE and use d2xx direct. (See AN_108)
https://ftdichip.com/wp-content/uploads/2020/08/AN_108_Command_Processor_for_MPSSE_and_MCU_Host_Bus_Emulation_Modes.pdf

Regards
FTDI Community 

58
Discussion - Software / Re: FT232R Write Error
« on: April 27, 2023, 04:17:02 PM »
Hi,

What hardware is it you are using exactly?

i ran the example and was able to change the serial number without any issues. You could try using our programming utility FT_PROG to change the serial number as an alternative. it can be found on our website here: https://ftdichip.com/utilities/.

Best Regards

FTDI Community

59
Test and Review Area / Re: LibMPSSE Beta
« on: April 27, 2023, 09:42:15 AM »
Hello,

Unfortunately there is no update from our R&D team due to other ongoing projects and priorities.

The source code is provided so should be easy for you to rebuild.

However if you send us an email we can send you a pre-release version that we have build containing this fix.

Thanks,
FTDI Community

60
Test and Review Area / Re: Vinculum II Toolchain Patch V2.0.2-SP3
« on: April 17, 2023, 12:06:56 PM »
VNC2 AppWiard in IDE 2.0.2 SP2 and SP3:

Per the VNC2 datasheet, pin-9 is RESET# and pin-10 is PROG# for 48-pin and 64-pin packages.

A bug has been found in the pin definition of pin-9 and pin-10 are swapped in AppWizard of the IDE.
 
This will not currently be fixed in the IDE.

Pages: 1 2 3 [4] 5 6 ... 60