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.

Internal exception Instruction fetch exception

Other Parts Discussed in Thread: SYSBIOS

Hi,

I am using Sys/BIOS on TMDSEVM6670L in CCS5.5

taskParams.stackSize = 0x800;

Memory.defaultHeapSize = 4096;

While running my application code i am getting after my output in the console..

=0x3ff00000
B22=0x0 B23=0xbde3ee10
B24=0x0 B25=0x0
B26=0x5b7b5eff B27=0x0
B28=0x0 B29=0x1
B30=0x0 B31=0xffffffff
NTSR=0x1000f
ITSR=0xf
IRP=0x813dda
SSR=0x0
AMR=0x0
RILC=0x0
ILC=0x0
Exception at 0x0
EFR=0x2 NRP=0x0
Internal exception: IERR=0x1
Instruction fetch exception
ti.sysbios.family.c64p.Exception: line 255: E_exceptionMin: pc = 0x00000000, sp = 0x00816930.
To see more exception detail, use ROV or set 'ti.sysbios.family.c64p.Exception.enablePrint = true;'
xdc.runtime.Error.raise: terminating execution.

How to overcome this?

Thanks

SAITECH