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

Author Topic: Concurrent execution of FT_WritePipe within multiple threads  (Read 11708 times)

Coderitter GmbH

  • Newbie
  • *
  • Posts: 4
    • View Profile

Is it allowed to call FT_WritePipe concurrently from multiple threads? If so, are there any benefits in doing so?
Logged

Coderitter GmbH

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Concurrent execution of FT_WritePipe within multiple threads
« Reply #1 on: July 04, 2023, 12:31:06 PM »

[Ans] depends on the FPGA implementation. If the FPGA can handle writes coming from different threads in an out of order fashion and if the FPGA is designed to re-order all of them, then no problem in doing this. Typically, no one does this.
Logged