This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AFE7900EVM: LATTE/CAFE code is missing ftdi_burstWrite() and ftdi_burstRead()

Part Number: AFE7900EVM

Hello,

In Afe79xxLatte/lib/Afe79xxLibraries/AFE79xxLibraryPG1p0/AFECLibs/CAFE79xxTI:

  • Src/tiAfe79_baseFunc.c calls ftdi_burstWrite() and ftdi_burstRead()
  • Include/tiAfe79_interface.h declares both functions
  • libinterface.dll actually defines these functions

However, AFECLibs/interface (the source code to libinterface.dll) does not have source code for these. It seems the library was built from a different source code version.

Can you please provide an updated version of interface.cpp, or the code to ftdi_burstWrite() and ftdi_burstRead()?

Thanks!