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.

AWR1642BOOST: Can the ADC raw data to be fit into AWR1642 device for debugging purpose?

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: AWR1642

Dear Officer,

Regarding AWR1642 radar sensor, I would like to check how to use the ADC raw data captured for our debugging? Can we fit these raw data into AWR1642 device? (Basically we got the raw data from testing team from another place and need to reproduce the issue in our side)

Thanks and best regards

He Wei

  • Hi,

    Yes, usually with CCS you can Save/Load from/to memory one frame of raw data. Then your code would have to process this frame (fft,...)

    Thank you
    Cesar
  • Thanks Cesar,

    This is great feature and I would like to know the detail procedure:
    1. I use the "memory capture" demo to capture/save 1 frame of data with this setting: start address: 0x20000000 and length 131072 (512k),
    2. after saved the data into file, I run my code (e.g. SDK2.1) in CCS, then I will load the ADC data from address 0x20000000 and length 131072 first, then send the configuration file to start the sensor operation, it is correct steps? Or I should load the configuration first then loading this ADC data after?
    do you have some doc. for detail steps to follow?

    Tks and best regards
    He Wei
  • Hi,

    It is possible to stop the execution of the DSP code using a breakpoint and load the data to CCS memory.

    So, you would send the config file to start the sensor operation first. (You would have to configure the profileCfg to run only 1 frame)

    Then you would start the execution of the code with a breakpoint at the beginning of interframe processing stage.

    Then you would load the data to CCS memory

    Please see

    e2e.ti.com/.../492460

    Thank you
    cesar