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.

AWR1642: Add LVDS srteaming feature to occupancy detection demo

Part Number: AWR1642

Hi team,

Customer is planing to add LVDS streaming feature in occupancy detection demo, to capture the ADC data and heatmap at the same time.

But when customer call the MmwDemo_LVDSStreamInit function, they will always get the error listed below. Can you please help to calirify the root cause. Thanks.

/* Initialize LVDS streaming components */
if ((errCode = MmwDemo_LVDSStreamInit()) < 0 )
{
System_printf ("Error: MMWDemoDSS LVDS stream init failed with Error[%d]\n",errCode);
return;
}

Debug: MMWDemoDSS Data Path init succeeded
{module#39}: line 221: error {id:0x190000, args:[0x20003c48, 0x1000]}
xdc.runtime.Error.raise: terminating execution