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.

Exception after moving software from one pc to another.

Other Parts Discussed in Thread: SYSBIOS

we are working on some project and now we have installed all the software on a second computer. However this doesn't works as expected. I can compile the software and i can step through using the simulator however if i press continue i get evrythime an exeption is stated below.

Can someone help me to explain? By the way on the other, previous computer I don't get this exception.

[C66xx_0] e=176
A0=0xfffffee0 A1=0x0
A2=0x1 A3=0x9f8f1070
A4=0x9f8f1070 A5=0x9f8f1da0
A6=0x9f8f08a4 A7=0x0
A8=0x0 A9=0x3
A10=0x8 A11=0x0
A12=0x0 A13=0x0
A14=0x0 A15=0x0
A16=0x9f8f1190 A17=0x0
A18=0x9ee880e0 A19=0x80000
A20=0x6c A21=0x4c
A22=0x0 A23=0x0
A24=0x0 A25=0[C66xx_0] x0
A26=0x0 A27=0x0
A28=0x0 A29=0x0
A30=0x4 A31=0x1e3b
B0=0x0 B1=0x0
B2=0x800 B3=0x9f823a8c
B4=0x9f8f1db0 B5=0x9f8f024c
B6=0x10 B7=0x0
B8=0x9f8e0d80 B9=0x3a
B10=0x0 B11=0x0
B12=0x0 B13=0x0
B14=0x9f8fc600 B15=0xffffffe0
B16=0x30 B17=0x9f8e100c
B18=0x3 B19=0x[C66xx_0] 0
B20=0x69 B21=0x2e2
B22=0x2e20000 B23=0x0
B24=0x0 B25=0x3000
B26=0x3000 B27=0x0
B28=0x0 B29=0x0
B30=0xff B31=0x90
NTSR=0x1000f
ITSR=0x0
IRP=0x0
SSR=0x0
AMR=0x0
RILC=0x0
ILC=0x0
Exception at 0x9f8f1078
EFR=0x2 NRP=0x9f8f1078
Internal exception: IERR=0x8
Op[C66xx_0] code exception
ti.sysbios.family.c64p.Exception: line 248: E_exceptionMin: pc = 0x9f8f1078, sp = 0xffffffe0.
To see more exception detail, use ROV or set 'ti.sysbios.family.c64p.Exception.enab[C66xx_0] lePrint = true;'
xdc.runtime.Error.raise: terminating execution

  • Hi Bert,

    Are you having the similar software version configuration on second PC as that of first one? 

    Are you working on EVM or simulator mode on CCS? If you are working on simulator, we recommend you work on EVM's. The simulator support and feature is de-focused in latest CCS tool.

    Thank you.

  • Dear Bert,
    Can you please to load & run the *.out in 2nd PC's CCS which is built in 1st PC's CCS ?
    As Raja replied, please make sure that you have used the exact same version of SW package including CCS.
    You have to use appropriate SYSBIOS,IPC,EDMA, XDC etc., package version as given in MCSDK release notes to avoid this exceptions.
  • Thanks for your advise I will try to copy the *.out file from the standard development pc to the other one in case I can do some debug work this would already be great.

    Further I will look for difference in the proposed  software.

    Thanks a lot and I wil let you know the outcome.

    Best regards.