hi
I am using NDK 2.21.0.31 with mcsdk 2.01.02.06 & bios_6_33_06_50 CCS 5.2
i am using PDK example for receiving UDP packets on TMS320C6678 based custom board
after running the program i am able to ping the processor but if receive UDP packet on board BIOS termites with following print
] A2=0xbb A3=0xbc
[C66xx_0] A4=0x15000103 A5=0x15000103
[C66xx_0] A6=0x80385194 A7=0x4c6c5103
[C66xx_0] A8=0x80387b68 A9=0x820eaa
[C66xx_0] A10=0x84ffa4 A11=0x2
[C66xx_0] A12=0x1 A13=0x80377834
[C66xx_0] A14=0x400 A15=0xcccc7777
[C66xx_0] A16=0x8002a62c A17=0x0
[C66xx_0] A18=0x8002a60c A19=0x10
[C66xx_0] A20=0x0 A21=0x0
[C66xx_0] A22=0x0 A23=0x0
[C66xx_0] A24=0x0 A25=0x0
[C66xx_0] A26=0x0 A27=0x2005000
[C66xx_0] A28=0x0 A29=0x43
[C66xx_0] A30=0x42 A31=0x1
[C66xx_0] B0=0x0 B1=0x1
[C66xx_0] B2=0x0 B3=0x0
[C66xx_0] B4=0x84ffa4 B5=0x8002b800
[C66xx_0] B6=0x8002b7dc B7=0x0
[C66xx_0] B8=0x80388358 B9=0x0
[C66xx_0] B10=0x1a60 B11=0x9
[C66xx_0] B12=0x1a60 B13=0x0
[C66xx_0] B14=0x8038a6a8 B15=0x8002b798
[C66xx_0] B16=0x0 B17=0x0
[C66xx_0] B18=0x3 B19=0x0
[C66xx_0] B20=0x0 B21=0x2e2
[C66xx_0] B22=0xf B23=0x0
[C66xx_0] B24=0x0 B25=0x3000
[C66xx_0] B26=0x3000 B27=0x0
[C66xx_0] B28=0x0 B29=0x3
[C66xx_0] B30=0x2 B31=0x8035ef80
[C66xx_0] NTSR=0x1020f
[C66xx_0] ITSR=0x20d
[C66xx_0] IRP=0x80360680
[C66xx_0] SSR=0x0
[C66xx_0] AMR=0x0
[C66xx_0] RILC=0x0
[C66xx_0] ILC=0x0
[C66xx_0] Exception at 0x0
[C66xx_0] EFR=0x2 NRP=0x0
[C66xx_0] Internal exception: IERR=0x1
[C66xx_0] Instruction fetch exception
[C66xx_0] ti.sysbios.family.c64p.Exception: line 248: E_exceptionMin: pc = 0x80360680, sp = 0x8002b798.
[C66xx_0] To see more exception detail, use ROV or set 'ti.sysbios.family.c64p.Exception.enablePrint = true;'
[C66xx_0] xdc.runtime.Error.raise: terminating execution
please help me for debugging this issue
pratik jain