Hello, engineers
I encounter a problem as follow.So I want to consult with you on the SDK. Why the codes of the MSS and DSS contain the function MMWave_init? I do not understand if the BSS need initialize in the two times。
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, engineers
I encounter a problem as follow.So I want to consult with you on the SDK. Why the codes of the MSS and DSS contain the function MMWave_init? I do not understand if the BSS need initialize in the two times。
I think the answer you are looking for is that both the DSS and MSS cores must initialize their own global structures, and they both initialize their own set of BSS events (which are not the same on both cores).
-dave