hello,
How does the initial value of Global Variable gCaptureMCB in the mss transfer to value of gCaptureMCB in the dss?
Thanks!
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.
hello,
How does the initial value of Global Variable gCaptureMCB in the mss transfer to value of gCaptureMCB in the dss?
Thanks!
Hello,
Initial configuration is shared from MSS to DSS via mmwave callbacks which are being called during mmwave-sync.
initCfg.cooperativeModeCfg.cfgFxn = CaptureDemo_dssConfigCallbackFxn; |
And the decision of controlpath on MSS/DSS is taken based on gDemoCfg which is being written by MSS on HSRAM memory.
Regards,
Jitendra