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.

Compiler/DCA1000EVM: Which DLL files are used in the DCA1000EVM connnectiong?

Part Number: DCA1000EVM

Tool/software: TI C/C++ Compiler

I want to know Which DLL files  I need to use if I want to  control DCA1000EVM?

Do I just need rf_api.h and RF_API.dll?

  • Hi,

    To control the DCA1000 you need to use rf_api.dll, whereas rf_api.h provides all API detail.

    If you are planning to create your own DCA1000 app/tool, then please refer the DCA1000 CLI source code available in the mmWave Studio 

    C:\ti\mmwave_studio_02_01_00_00\mmWaveStudio\ReferenceCode\DCA1000\SourceCode

    Please refer related thread here

    Regards,

    Jitendra

  • Thanks for your replying.

    I'm trying to build RF_API DLL in other folder. But when I Create a new project of DLL and Move all  files to the project folder, I can't get new DLL. for RF_API.

    I have moved all files to the one folder and change the path for include files in the all file.

    Like  #include "../Common/rf_api_internal.h"  to #include "rf_api_internal.h".

    Last, I have many error when I debug.

    error list .txt

  • Hi,

    Make sure that you have given the right search path in the project file.

    You can also use command line gmake step also to build this project as mentioned in my last reply.

    Regards,

    Jitendra