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.

AWR1642: Running two demos sequentially

Part Number: AWR1642

Hi,

I want to use the AWR1642 demos(people counter ,and area scanner)

Suppose i merged the two projects into one .

Is it possible at the same code to switch from

   2TX  (point cloud x,y) to 

   3TX (point cloud x,y,z) 

or does it require power cycle ?

BR

Gil

 

  • Hi Gil,
    Please refer SRR demo from TI-Rex which uses two profiles in it and does the processing based on that.
    dev.ti.com/.../

    Based on this application you can implement your requirement of using two different profile without any power cycle.

    Regards,
    Jitendra
  • Hi Jitendra,
    Thank you for the answer.
    The SRR actually runs the same functions but with different configuration .
    The need is to run two different projects ,the people_counting and the area_scanner.
    I need a guideline on how to run these projects (even a merged project) without any power cycle.
    Gil
  • Hi Gil,
    You need to consider/take-care of following points while combining two different project into a single project
    1. Both of the feature/project require different kind of chirp/profile configuration or can live with same profile configurations.
    a. If same configuration is okay then after doing the 1-D & 2-D FFT you can fork out two task which extract the concern output for both of the projects taking input from these FFT results.
    b. If required different configuration then you need to be more cautious as you can use Advanced frame configuration where alternate sub-frame can be assigned to both of the project one by one. But in this case frame rate for a signle project can be lower (compare to original config) which will cause your velocity specification.
    2. How much processing you want to do from embedded application, even on DSS and MSS; and further send outside of device and do further decision making on Visualizer for each of the projects.

    I would highly recommend to dig in SRR demo (document and source code) where this application runs two sub-application (SRR and USRR) and does the processing required for both.


    Regards,
    Jitendra