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: Can I change resolution of Task_sleep() in MMWave?

Part Number: AWR1642

Tool/software: TI-RTOS

I try use the method.
https://e2e.ti.com/support/sensor/mmwave_sensors/f/1023/t/662176
I
t solve my problem that over 64 bytes data.

There is probably not enough time for the CAN-FD to transmit all the data selected in guiMonitor.
B
ecause Task_sleep(1) spends too much time when the while run too many times.

 

I have 2 problem.

  1. I want to know how to change the time of Task_sleep?
  2. And if I change the time of Task_sleep, MMWave whether there will be any impact?

 


Thanks,

JuiYang

  • Hi,

    For changing the Task_sleep() configuration please consult the TI RTOS User's Guide and documentation.

    Are you using the mmWave SDK OOB demo?

    There could be an impact on the demo, please check the demo documentation

    thank you
    Cesar
  • Is there anything else you need on this? As Cesar mentioned, you will need to refer to the RTOS documentation for changing Task_sleep(). As to whether or not it will affect operation of the MMW demo, a simple Yes/No answer is not possible. If the total time used by a Task_sleep() causes real-time to be broken or an event to be missed, then yes, it will break the demo. If there's nothing else, let's close this thread.