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 ... 31 32 [33] 34 35 ... 60
481
Hello,

It sounds like your external EEPROM is not being recognised.

Please email your local support team with your schematics for review:

https://www.ftdichip.com/FTContact.htm

Add an external 93C46 (93C56 or 93C66) EEPROM is recommended.

The EEPROM must be a 16 bit wide configuration such as a Microchip 93LC46B or equivalent capable of a 1Mbit/s clock rate at VCC = +3.00V to 3.6V.
If no EEPROM is connected (or the EEPROM is blank), the FT4232H will default to serial ports, which is what is shown in your post.

Please see our Development Modules for reference:

FT4232H Mini-Module
FT4232H-56 Mini-Module

We have used a 93LC56B external EEPROM.

Please check compatibility of 93LC66D. It seems to have an ORG pin to select 8 or 16 bit wide configuration.
Also from Microchip website: Status: Not Recommended for new designs.

Best Regards,
FTDI Community

482
Hello,

I have no knowledge of the Al Thinker ESP32-CAM or the ESP32 Wrover Module, do these include FTDI ICs?

Can you take some screenshots of the devices in the hardware monitor similar to the attached screenshot?

Best Regards,
FTDI Community

483
Discussion - Software / Re: FT_Prog on Windows 10
« on: June 18, 2020, 05:11:07 PM »
Hello,

Which error are you seeing in this case? If you use the GUI version below can you successfully scan the devices or do you get an error?

https://www.ftdichip.com/Support/Utilities/FT_Prog_v3.8.128.448%20Installer.exe

Best Regards, FTDI Community

484
Hello,

Which revision of silicon are you using?

Erratum 0005 only applies to RevA silicon so if you are using that, please use the latest revision of silicon (Rev B).

See the following PCNs for more information:

PCN_FT_023
PCN_FT_025

Best Regards,
FTDI Community

485
Discussion - Software / Re: D2XX Write Problem
« on: June 01, 2020, 04:31:43 PM »
Hello,

This sounds like a issue with your custom application rather than the FT9xx.
Maybe others in the community will be able to help with your issue, but please note there is a Bridgetek forum available for our MCU products. Please see the link at the top of the page.

Have you tried outputting debug on UART while not in debug mode to help resolve your issue?

Please see our software examples for reference for outputting debug text via the UART interface:

AN_360 FT9xx Example Applications

The difference between debug and release is that the debug build contains debug symbols used by the debugger.

Best Regards,
FTDI Community

486
Hello,

The application code on the PC would enter MPSSE mode then I2C can be configured.

External pullups are required.

The pins required are clear in the documentation:

ADBUS0 –SK/CLK
ADBUS1 –DO
ADBUS2 –DI
ADBUS3 –CS

Note that from AN_135, DO must be connected to DI externally as well.

Best Regards,
FTDI Community

487
Discussion - Software / Re: FT232H GPIO use as I2C SDA
« on: May 28, 2020, 02:51:45 PM »
Hello,

It is possible to use AC0-AC7 as GPIO but AC8/9 are not controllable in MPSSE mode.

You can use MPSSE bit-bang to implement I2C although it will be slower than the usual MPSSE-assisted I2C as it is entirely bit-banged.

We have a small example below which was originally for FT2232H/FT4232H where users wanted open-drain but as it uses MPSSE bit-bang it may be a starting point. it uses the default I2C pins but you could re-code the values so that it drives other pins instead. if using multiple sets of SDA and SCL you would need to implement the I/O writes as mask values so that using one set of pins does not affect to the others (or have a copy of the functions for each pair of I2C pins and just make all other lines an input in each function and call only one at a time). Note that this is just an unofficial example and is not guaranteed or fully evaluated,

BitBang Example

Alternatively, you can get I2C muxes which allow you to have more than one device of the same address, such as
http://www.ti.com/interface/i2c/switches-and-multiplexers/products.html

Hope one of these help,

Best Regards, FTDI Community





488
Discussion - Drivers / Re: FTDI VCP driver on macOS Catalina
« on: May 27, 2020, 03:44:29 PM »
Hello,

Please see the following post for a resigned version of the driver:
http://www.ftdicommunity.com/index.php?topic=505.0

Best Regards,
FTDI Community

489
Test and Review Area / FTDIUSBSerialDriver_v2_4_4 (macOS)
« on: May 27, 2020, 03:42:14 PM »
Hello,

Customers using macOS 10.15 Catalina have been experiencing signature issues with FTDI's VCP driver.
The following driver should resolve these issues:

FTDIUSBSerialDriver_v2_4_4.dmg

Please let us know if you have any feedback on this driver by either posting here or emailing us at support1@ftdichip.com


Best Regards,
FTDI Community

490
Hello,

To use I2C with FT232H, see AN_135 FTDI MPSSE Basics and our existing MPSSE Example projects:

http://www.ftdichip.com/Support/SoftwareExamples/MPSSE.htm

There are two options to use I2C modes with the MPSSE engine:

a. Use LibMPSSE libraries. Example code is provided with the download.

b. Use D2XX drivers direct. Example code is shown at I2C.
AN_108 Command Processor For MPSSE and MCU Host Bus Emulation Modes provides the necessary information.

Option b is the best option to use the D2XX drivers direct (no dependency on libMPSSE library).

Best Regards,
FTDI Community

491
Discussion - Drivers / Re: FTDI VCP driver on macOS Catalina
« on: May 21, 2020, 01:33:56 PM »
Hello,

Is there any news about Apple's re-signing of the driver?

Yes, actually we have just managed to re-sign and notarize our VCP driver package for macOS 10.15.
We still need to do a couple things before we can release this online, update release notes, etc.


Best Regards,
FTDI Community

492
Hello,

Please test in a loopback fashion.

Simply connect TXD to RXD and use a terminal program like PuTTY to send/receive characters.

Note that PuTTY will only show received characters unless your force ON the sent characters (in the settings).

Please also test with our known good hardware which you can also use for reference:

https://www.ftdichip.com/Products/Modules/DevelopmentModules.htm

Best Regards,
FTDI Community

493
Discussion - Software / Re: FT813 initialization
« on: May 18, 2020, 03:02:07 PM »
Hello,

Each time you want to update the screen, you must also have a swap as the display list has two buffers. After writing the new list, you swap that one so that it becomes active and you can edit the other one and so on. Therefore, try adding a swap after your DISPLAY in your main loop at the bottom.


    wr32(RAM_DL + 0, CLEAR_COLOR_RGB(0,0,255)); //CLEAR_COLOR_RGB0,0,0
    wr32(RAM_DL + 4, CLEAR(1,1,1));
    wr32(RAM_DL + 8, DISPLAY);
    wr8(REG_DLSWAP,0x02); 


Best Regards, FTDI Community

494
Discussion - Software / Re: Using touch panel
« on: May 18, 2020, 02:57:41 PM »
Hello,

Which EVE device are you currently using?

Note that for FT811/FT813 please see section 6.6.2 of this application note below,

https://brtchip.com/wp-content/uploads/Support/Documentation/Application_Notes/ICs/EVE/AN_336_FT8xx-Selecting-an-LCD-Display.pdf

Best Regards, FTDI Community

495
Discussion - Software / Re: Using coprocessor (FT813)
« on: May 18, 2020, 01:56:07 PM »
Hello,

Glad you've managed to get it working!

Best Regards,
BRT Community.

Pages: 1 ... 31 32 [33] 34 35 ... 60