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.

TDC1000-C2000EVM source code availability ?

Other Parts Discussed in Thread: TDC1000-C2000EVM, TDC1000

The evaluation board is the TDC1000-C2000EVM and there is an automotive design TIDA00322 which provides the following.

                -Schematics, -BOM, -Design Files, (Mechanical Assembly files,CAD files,Gerbers, and Software)

HOWEVER the software is just a binary download to either board.  I am looking for the source code for handling the TDC1000 (AFE) in the TDC1000-C2000EVM.  We are interested in using the F28035 processor. We are interested in the setup via SPI/SPO and the timing code for TDC1000 .  Where can we get this source ? We have a concentration measurement application. 

  • Rick,

    The C2000 firmware project is automatically loaded on your PC when you install the GUI SW. You can find it at:

    C:\Program Files (x86)\Texas Instruments\TDC1000_C2000\Firmware

    Best Regards,

  • Hi Rick,

    The hex file is in the directory mentioned above but the source code is in the zip file.

    - The source code needs to extracted from the C:\Program Files (x86)\Texas Instruments\TDC1000_C2000\Firmware\TDC1000_C2000EVM_FW-Source-v1.42.zip directory.

    Once extracted, all the CCS project examples and their support libraries will be in C:\Program Files (x86)\Texas Instruments\TDC1000_C2000\Firmware\TDC1000_C2000EVM_FW-Source-v1.42 .  To import these projects to the CCS, simply go to Project -> Import CCS Projects... and go the the directory C:\Program Files (x86)\Texas Instruments\TDC1000_C2000\Firmware\TDC1000_C2000EVM_FW-Source-v1.42 . This will discover all the example projects in the package. 

    After this everything is ready to import to CCS and look up the c/cpp source code.