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