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.

AWR1642BOOST: MSS cannot get any mailbox message from MmwDemo_dssAssert(0)

Part Number: AWR1642BOOST

Hi,

mmWave SDK : 01_02_00_05

Application: SRR

I want to debug DSS by using MmwDemo_dssAssert(0).

When I call it in DSS, I suppose I can get some message like "DSS Exception: %s, line %d."

But when I called it on DSS, I cannot get any message in MSS.

SRR_DSS_DataPathOutputLogging(dataPathObj);
MmwDemo_dssAssert(0);

Do you have any idea that why we cannot get message from DSS by mailbox?

Thanks