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.

IWR6843ISK: way to wake up external SoC

Part Number: IWR6843ISK
Other Parts Discussed in Thread: IWR6843

Hello ,

I would like to have a way to wake up external SoC once target is detected by IWR6843. 

This way may make to sleep SoC for reducing power consumption during detection.

Please share application note to understand how to realize if it is possible to do.

with best regards,

  • Hi Takatoshi Tsuji,

    Need some more information before we can provide any solution. 

    1) How is the target identified in your application.

    2) Are you doiing any post processing on the point cloud outside the IWR6843 device.

    3) How is the the external SOC connected to IWR6843.

    4) Can you use GPIO from IWR6843 as wake-up source for external SOC.

    Thanks

    Yogesh 

  • Hello Yogesh,

    1) How is the target identified in your application.

    TT) I suppose new quick algorithm is required if interrupt_RQ to wake up external SoC will be implemented.   

    2) Are you doiing any post processing on the point cloud outside the IWR6843 device.

    TT) I suppose no processing required for interrupt_RQ.

    3) How is the the external SOC connected to IWR6843.

    TT) Normally GPIO is used.

    4) Can you use GPIO from IWR6843 as wake-up source for external SOC.

    TT) Yes, one of GPIO can be configured for this purpose.

    with best regards,

  • Hi Takatoshi Tsuji,

    Yes, you can use GPIO to trigger external wake-up. You can look into GPIO test code @C:\ti\mmwave_sdk_03_03_00_03\packages\ti\drivers\gpio\test\xwr68xx

    for reference. You need to come with your own algorithm to detect the target from the point cloud and trigger wake-up event.

    Thanks

    Yogesh