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.

AWR2944EVM: [2944 EVM LVDS] unexpected cbuff errror interrupt triggered.

Part Number: AWR2944EVM
Other Parts Discussed in Thread: AWR2544, AWR2944

Tool/software:

hw : awr2944evm + dca1000.

sw : sdk <mmwave_mcuplus_sdk_04_04_01_02>

<C:\ti\mmwave_mcuplus_sdk_04_04_01_02\mmwave_mcuplus_sdk_04_04_01_02\ti\demo\awr294x\mmw>

1 : only add these code as picture below.

if(gMmwMssMCB.lvdsStream.swSessionHandle != NULL)
{
            MmwDemo_LVDSStreamDeleteSwSession();
}

if (MmwDemo_LVDSStreamSwConfig(0, NULL, NULL) < 0)
{
            MmwDemo_debugAssert(0);
}
       
CacheP_wb((void *)&gMmwMssMCB.lvdsStream.swSessionHSIHeader, sizeof(gMmwMssMCB.lvdsStream.swSessionHSIHeader), CacheP_TYPE_ALL);
if(CBUFF_activateSession(gMmwMssMCB.lvdsStream.swSessionHandle, &errCode) < 0)
{
            MmwDemo_debugAssert(0);
}
2 : Run this App.
3 : expected header and data received.
4 : unexpected cbuff error interrupt triggered.
5 : in cbuff error, register  STAT_CBUFF_REG1.
.
Q1 : why the cbuff error interrupt triggered.
Q2 : how to solve it.
thansk.
xiang.