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 ... 18 19 [20] 21 22 ... 60
286
Discussion - Hardware / Re: FT232H SPI 30 MBaud wrong transmission
« on: June 11, 2021, 05:40:38 PM »
Hello,

SPI modes 1 and 3 are not supported with our MPSSE engine.
If you require these modes, then you will need to consider FT4222H:

https://ftdichip.com/products/ft4222h/

Best Regards,
FTDI Community

287
Discussion - Software / Re: About using of RAM_G freely
« on: June 07, 2021, 05:28:35 PM »
Hi,

Yes that's correct, the RAM_G is just for loading assets like fonts and images and the other RAM areas (like RAM_DL, RAM_CMD and RAM_REGISTERS) are all separate areas of the memory map. Therefore the fullness of RAM_G won't cause EVE to slow down or cause it to work incorrectly.

Best Regards, FTDI Community

288
Hello,

You are already in contact with our technical support team on this matter via email.

Please feel free to post any resolution here to help other community users.

There may also be other FTDI Community users who will be able to help you.

Best Regards,
FTDI Community

289
Discussion - Hardware / Re: FT232H SPI continuous readout
« on: June 04, 2021, 04:35:27 PM »
Hello,

FTDI devices use USB Bulk transfers and those are designed to transfer large amounts of data with error-free delivery, but with no guarantee of bandwidth.

You could try reducing the latency timer to 1ms to see if it helps.

Best Regards,
FTDI Community

290
Discussion - Hardware / Re: FT232H SPI continuous readout
« on: June 03, 2021, 04:32:00 PM »
Hello,

This device operates in USB Bulk Transfer Mode.

There is no option to use it in Isochronous Transfer Mode.

You can refer to our MPSSE Examples here:

https://ftdichip.com/software-examples/mpsse-projects/

Best Regards,
FTDI Community

291
Hello,

Thank you for your feedback, the current macOS VCP driver is still a beta and we appreciate any information you can provide on its operation.

Could you just confirm that the driver installed correctly from the /Applications folder on your system?
and are you seeing COM ports created for an applicable device? (which device are you using the driver with?)

Best Regards,
FTDI Community

292
Discussion - Hardware / Re: Configure FT2232H using dual eeprom
« on: May 31, 2021, 04:36:02 PM »
Hello,

The FT4232HL / FT4232HQ / FT4232H-56Q is a four port device which we have but unfortunately it doesn't provide USB to FIFO.

You may want to consider the FT232HQ / FT232HL for a multi-chip solution.

Unfortunately FTDI to do manufacture any USB Hub ICs so we have no application notes available on this.

You can check with USB Hub IC manufacturers.

Best Regards,
FTDI Community

293
Discussion - Hardware / Re: Configure FT2232H using dual eeprom
« on: May 28, 2021, 04:27:19 PM »
Hello,

Unfortunately this is not something that has been done before.

We only ever recommend to connect one EEPROM as per the datasheet.

There may be other FTDI community users who have done this and may be able to help you.

In any case, the device would need to be reset or power cycled to allow for the EEPROM contents to be read and applied.

You may be safer to use a multi-chip solution.

Best Regards,
FTDI Community

294
Hello,

Please send an email to your local support office and we will send you instructions on how to update the Prog_Loader:

https://ftdichip.com/technical-support/

This is most likely the root of your problems.

Best Regards,
FTDI Community

295
Discussion - Software / Re: About using of RAM_G freely
« on: May 10, 2021, 01:51:30 PM »
Hi,

You can use RAM_G without affecting the speed or performance of the chip as the display list is created in RAM_DL which is separate. The amount of RAM_G used wont cause the device to slow down. In some cases, using an image instead of a complex series of shapes may be beneficial as it can save on RAM_DL entries.

If you load compressed images, there is one area (the top 42K bytes) which is used as a scratch area by the decoder and so it is best to avoid this if you expect to use CMD_LOADIMAGE etc. to load PNG images.

Best Regards, FTDI Community


 

296
Hello,

It sounds like there may be a problem with the programming if there is no UART data coming out.

Can you please perform a Verify after Flash?
This is done within the IDE under the Debug tab.

Which version of the VNC2 IDE are you using?

Note that the Hello World sample application has been designed for the V2Eval Board Rev 2.0 and later.
V2Eval Boards have the version printed on the silk screen next to the V2EVAL label.
The V2Eval boards Rev 1 require a different IOMux setting for this sample to function.
This sample writes a test file to a BOMs flash stick hosted on USB Port 2.

Which version of the hardware to you have?

Please check the readme.txt in each of the example folder for details about the example operation.

Best Regards,
FTDI Community

297
General Discussion / Re: FT81X Display errors
« on: May 07, 2021, 12:55:22 PM »
Hi,

Could you post an example display list which shows the issue?

Also, which framework/library are you using to send the commands?

In general, in terms of hardware, the SPI lines should be kept very short (or having the FT813 and the MCU on the same PCB). You may find that the MCU drive strength or slew rate settings help although if the SCK and MOSI and CS look nice and square when measured at the pins of the EVE IC itself then this may not be the issue in this case.

Best Regards, FTDI Community


298
Hello,

This is not a common issue.

What's the exact hardware that you are using?

Which project are you trying to run?

Are you sure you have built the project for Debug and not Release?

See the following for Vinculum-II IDE Source Code Debugging.

In order to debug at source code level with Vinculum II IDE:
 
In the build tab, select 'Debug' build configuration.
Note that 'Release' build does not allow source code level debug.
Rebuild the project.
 
In the debug tab, click the Green tick in debugger Interface.
Select VII Debugger Module, then click connect then OK.
 
Click Flash to write program to flash memory.
 
Using View --> Project, open a file that contains main function, or a place where you want the debugger to stop.

Right click on a function or operation and select 'Toggle breakpoint'.
 
Click on Start. The debugger should stop at the set breakpoint.
 
See AN_138 Vinculum-II Debug Interface Description for further information.

Best Regards,
FTDI Community

299
Discussion - Drivers / Re: FT4232H SN missing A/B/C/D
« on: April 30, 2021, 12:14:19 PM »
Hello,

Thank you for your question.

The udev system on Linux will only pull the ATTRS{serial} attribute from the parent device and note the individual interfaces on the device. this is why the channel letters are not appended to the serial number when udev is used to obtain attributes for a device (this appears to be what serial.tools.list_ports.comports() is doing).

Please see the attached 'udev.png' for an example of the output for the following command issued when a FT4232H was enumerated on an Ubuntu system:

udevadm info --name=/dev/ttyUSB0 --attribute-walk

Please note the output is for the parent device.

It is possible via the D2XX driver to obtain and access devices via their serial number, please see simple.PNG for an example output from the 'simple' Sample included in the D2XX driver download for Linux. This lists the serial numbers of all connected devices and then opens the first one it can find, in this case channel A of the FT4232H.


Best Regards,
FTDI Community

300
Discussion - Drivers / Re: Does D3XX driver support ARM ?
« on: April 27, 2021, 04:29:12 PM »
Hello,

The D3XX ARM Linux drivers are still only available as a beta.
I do not know when they will be released.

Please contact us via email and we can provide a link to the beta driver download:

https://ftdichip.com/technical-support/

Best Regards,
FTDI Community

Pages: 1 ... 18 19 [20] 21 22 ... 60