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.

CCS/IWR1642BOOST: Using the sensorStop for long pause

Part Number: IWR1642BOOST
Other Parts Discussed in Thread: IWR1642

Tool/software: Code Composer Studio

Hi, guys

I write for a small Czech startup Senzoor. We have the IWR1642BOOST board in our company and we're trying to use this board for people counting without using GUI from MATLAB. People Counting Demo from TI-Rex works continuously. New run is possible only after the restart.

We are looking the way how to stop the IWR1642, make a long pause (more than 30 minutes) and start the IWR1642 again without restart or power cycling. We found the sensorStop command, but it doesn't work. I read at the E2E support forum sensorStop command is implemented in the demo, but I doesn't have any response if I use the sensorStop command.

The question is how modify the sensorStop command for our application and where is the sensorStop command definition in the source code?

Thank you for the answer.

Mirek

  • Hi Miroslav,

    The sensorStop command needs to be implemented in cli.c, in the MSS demo.  This command will need to tell the MSS, DSS, and BSS to stop execution. You can see 68xx_3D_People_Counting_ISK_ODS for an example of sensorStop implementation.

    Regards,

    Justin