Other Parts Discussed in Thread: SYSBIOS
HI engineers,
I have a problem that using QMSS in SYSBIOS .The demo of QMSS in the dirctory
pdk_C6678_1_0_0_16\packages\ti\transport\ipc\examples\qmssIpcBenchmark used the datamemory and codememory in the L2SRAM,but
I want to use the datamemory and codememory in the MSMC because of using one executing file.
But when I use the datamem and codemem in the MSMC ,there are some problems like following:
---->
[C66xx_0] A0=0xc136d18 A1=0x1
[C66xx_0] A2=0x0 A3=0x201802b
[C66xx_0] A4=0xc136d18 A5=0xfffffffb
[C66xx_0] A6=0xc13f540 A7=0x1
[C66xx_0] A8=0xc13ec94 A9=0x0
[C66xx_0] A10=0xc13ec1c A11=0x1
[C66xx_0] A12=0x2 A13=0xc13ec94
[C66xx_0] A14=0xc148988 A15=0x0
[C66xx_0] A16=0xc13ec4c A17=0x0
[C66xx_0] A18=0xc13ec1c A19=0x20
[C66xx_0] A20=0x6c A21=0x4c
[C66xx_0] A22=0x0 A23=0x1
[C66xx_0] A24=0x800002 A25=0x80090008
[C66xx_0] A26=0x0 A27=0x0
[C66xx_0] A28=0x0 A29=0x100
[C66xx_0] A30=0xc1483dc A31=0x0
What is the problem of A0 A1 etc ? And how can I to resolve like these?
regards