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.

How to replay the ADC data using the adcDataSource CLI command

Part Number: IWRL6432BOOST
Other Parts Discussed in Thread: DCA1000EVM

Hello! I'm testing with the mmw_demo project on the IWRL6432Boost board and I have a couple of questions regarding to the CLI command adcDataSource:

  • From the sample CLI profile provided in mmw_demo, the ADC data file is located in the local C:\ drive. How will this file be loaded to the 6432Boost board?
  • Is this file requested by the adcDataSource command the same as the ADC file generated by the DCA1000EVM?

Thank you!

  • Hello,

    We will get back to you with regards to adcDataSource cfg parameter in the next 24 hours

    Best Regards,

    Pedrhom

  • Hi 

    adcDataSource CLI works when code is loaded through CCS. The binary reads from the PC when you are running from CCS. 

    This is used to bitmatch the internal algorithm with the matlab scripts. So, it is not a realtime processing but only a debug tool to verify the implemented algorithm

    DCA1000 is not used in this scenario. The file generated by DCA1000 and this binary is not same

    DCA1000 receives the ADC data in the RDIF format. You need to decode the RDIF format to extract the ADC samples.

    Regards