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