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.

RTOS/AWR1642: Pause runtime?

Part Number: AWR1642


Tool/software: TI-RTOS

Is there a way that I can pause the execution of code on board the AWR1642 for a small period of time? For example, like a GPIO switch that I can activate for 5 seconds in which time no transmission or DSP processing occurs until I deactivate the switch?

  • I think I've answered my own question here: I would just issue a "sensorStop" command followed by a "sensorStart" command. A follow on question that I have is that if I issue a "sensorStop" command in the middle of a frame, does the device immediately pause execution in the middle of the frame or does it wait until the completion of the frame? Furthermore, when "sensorStart" is issued, does the device continue where it left off OR does it completely restart at the beginning of the frame?
  • The device is "sensorStopped" and "sensorStarted" on frame boundary

    thank you
    CEsaar