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.
Hi
Can someone please help me with this error message I get when I try to run my code?
A0=0x1 A1=0xc026880
A2=0x1 A3=0x8091c0
A4=0x1 A5=0x1
A6=0x0 A7=0x1800080
A8=0x0 A9=0x8077ac
A10=0x5 A11=0x3
A12=0x0 A13=0x8077f0
A14=0xc0269e0 A15=0x0
A16=0x803f9c A17=0x0
A18=0x803f6c A19=0x20
A20=0x0 A21=0x0
A22=0x3a8eca58 A23=0x4468202
A24=0xf4601905 A25=0x1d70ca14
A26=0xeb598483 A27=0xc4b11ebf
A28=0xc084908 A29=0x23
A30=0x803f20 A31=0x0
B0=0x0 B1=0x0
B2=0x0 B3=0x0
B4=0x98 B5=0x1
B6=0x8078b0 B7=0xa
B8=0xc085d20 B9=0x0
B10=0x0 B11=0x0
B12=0x18000a0 B13=0xc02e680
B14=0x804000 B15=0x803dd8
B16=0xc036e90 B17=0xc036e58
B18=0x80000 B19=0xf00
B20=0x40 B21=0x0
B22=0xd B23=0x0
B24=0x8077f4 B25=0x4
B26=0xc08491c B27=0x620
B28=0x1 B29=0x1b60
B30=0x807350 B31=0x1f
NTSR=0x1020f
ITSR=0xd
IRP=0xc034338
SSR=0x0
AMR=0x0
RILC=0x0
ILC=0x0
Exception at 0x0
EFR=0x2 NRP=0x0
Internal exception: IERR=0x11
Instruction fetch exception
Resource conflict exception
ti.sysbios.family.c64p.Exception: line 256: E_exceptionMax: pc = 0x00000000, sp = 0x00803dd8.
xdc.runtime.Error.raise: terminating execution
I have tried to increase the stack size to 16K
For information I run the code on a C6655 where there is no DDR3 RAM, which means that I only use MSMCSRAM and L2SRAM, I have attatched the mapfile for reference.
It is not always both exeptions htat comes - sometimes it is only the Instruction fetch, but I have no idea why.
0488.ConvFW_ct440_test.map.txt
Thanks
Jens Biltoft
Hi Jens,
Please refer below post which would help to resolve.
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/97831.aspx
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/149427/540038.aspx#540038
Thank you.
Hi Jens,
Refer below threads as well,
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/231954.aspx
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/242344.aspx
Thank you.
It turned out that I had an illegal pointer operation in my source - Instead of updating the content of a pointer I updated the pointer it self. That caused the application to acces some illegal adress.
Best
Jens
Hi Jens,
It would help other e2e community members too. Thank you for the update.