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.

AWR1642: The problem about CallbackFxn() on DSS.

Part Number: AWR1642

             I created two dss project called DSS_PBL and DSS_APP , the DSS_PBL is a project without RTOS ,it 's function is simply to jump to 0x007E1000 ( the code of project called DSS_PBL was stored in 0x007E0000-0x007E1000 ,and the other project  called DSS_APP is similar to demo of DSS,was stored in  0x007E1000  - 0x007E1000  + 0x0003f000 . 

              But now , I have a problem , when the DSS has executed DSS_PBL and then jump to 0x007E1000 ,the MSS code also is  running ,DSS can not go in any Callback function like MmwDemo_dssMmwaveConfigCallbackFxn() or MmwDemo_dssMmwaveEventCallbackFxn() , So , can you tell me what caused thr problem ?