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 ?