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/IWR1443: IWR1443

Part Number: IWR1443

Tool/software: TI C/C++ Compiler

Hi, 

I am trying to modify mmwave capture demo for sending adc data of IWRxx by UART port to PC. When m running the main.c in capture folder, There seems to be some include files missing. How can I resolve this issue?

  • Sheeraz,

    Did you make sure to install the correct SDK onto your local machine? Did you make sure to install the device support for the mmWave devices within Code Composer Studio (CCS)?

    These errors should be easily resolved.

    Regards,
    Kyle
  • Hi Sheeraz,

    We do not have a CCS project for the capture demo. The demo is compiled using a makefile provided in the demo directory. Please follow the instructions provided in the corresponding mmWave SDK user guide, to setup the build environment and build the demo with the provided makefile.

    As you are trying to add UART data output to the capture demo, please note the following:

    1. Capture demo does not capture ADC data continuously. It only captures a snapshot of the ADC data until the allocated 128KB buffer is full. This corresponds to only 1 frame or so of the raw ADC data.

    2. UART does not have bandwidth to stream ADC data in real-time so while you may be able to modify the demo and stream the 128KB data captured with the capture demo, you cannot use UART for real-time streaming of ADC data if that's what you are aiming for.

    As mentioned in the following thread (which refers to your original thread), it is recommended to use the DCA1000 capture card for extended data capture.

    RTOS/IWR1642BOOST: is it possible to get raw ADC data via UART and then do real-time processing?

    Thanks

    -Nitin