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: What is subframe for in capture link?



Tool/software: TI-RTOS

Hi,

I'm looking over captureLink_drv.c.

In that source, there is 

```

if(pInst->isSubframeEnabled)
{
CaptureLink_subframe_drvAllocAndQueueFrames(pObj, pInst);
}
else
{
CaptureLink_drvAllocAndQueueFrames(pObj, pInst);
}

```

Could you explain the role and how it used in capture link?

Thanks.

Regards,

Yoo.

  • Hi Yoo,

    It depends upon whether you want to capture a full frame or you want to capture a part of it i.e. sub-frame before getting the interrupt.

    Both are different use cases and driver, queues, etc. need to be configured differently in both the cases.

    You can ignore it for now.

    Regards,

    Rishabh

  • Hi,

    I haven't heard back from you, I'm assuming you were able to resolve your issue.
    If not, just post a reply below (or create a new thread if the thread has locked due to time-out).

    Regards,
    Rishabh