Tool/software: TI-RTOS
There are two project called DSS_PBL and DSS_app , code of DSS_app is the same as the test of mailbox ( test_mss_dss_msg_exchange) , code of DSS_PBL is as follows
the function of DSS_PBL is jumping to 0x007E1000 , code of DSS_PBL is stored in 0x007E0000 - 0x007E1000 , code of DSS_app is stored in 0x007E1000- 0x007E1000 + 0x3f000 , like follows
and I save it by save memory when Debug , before run the DSS_PBL , I use load memory to store the DSS_app code in 0x007E1000- 0x007E1000 + 0x3f000 , then the DSS_PBL jump to 0x007E1000 to run DSS_app .
Is there any problem to load DSS_app in this way , because I found the DSS_app run error . when the the MSS is running and DSS_PBL load the DSS_APP to run , the console show "DSS : Error . Internal stats failed" in this position