Other Parts Discussed in Thread: SYSBIOS, TCI6638K2K
Hi
I am running VCP2 test code which is provide from TI e2e form, code changes are made for interrupt setup and running inside the tasks using CSL library, Interrupts configuration is done and also interrupts are generating,
If i put break point inside interrupt function It is working fine and getting output, I need put break point inside void EDMA_ISR(void) function and step in through “F5” it is running fine for multiple times and getting expected results.
After removing the break points step-in through “F7” getting an exception error show below, tried multiple times still same behavior,
Please can you help what are the configuration or something I am missing, I am not able to proceed further waiting for reply. Code is shared below.
[C66xx_0] [Core0][doVCP2Test]: Enabling VCP2-0
[Core0][doVCP2Test]: Enabling VCP2-1
[Core0][doVCP2Test]: Enabling VCP2-2
[Core0][doVCP2Test]: Enabling VCP2-3
[Core0][doVCP2Test]: Enabling VCP2-4
[Core0][doVCP2Test]: Enabling VCP2-5
[Core0][doVCP2Test]: Enabling VCP2-6
[Core0][doVCP2Test]: Enabling VCP2-7
A0=0x829058 A1=0x80ecd0
A2=0x0 A3=0x8290d4
A4=0x829058 A5=0x1
A6=0xb7 A7=0x1
A8=0xe8 A9=0x829010
A10=0x4783 A11=0x0
A12=0x2 A13=0x0
A14=0x1 A15=0x20b149e8
A16=0x3b A17=0x21
A18=0x4b A19=0xb9
A20=0x0 A21=0x0
A22=0x0 A23=0x20
A24=0x0 A25=0x0
A26=0x0 A27=0x829058
A28=0x0 A29=0x8296a8
A30=0x4783 A31=0x0
B0=0x0 B1=0x0
B2=0x0 B3=0x0
B4=0x20b149e8 B5=0x8264ca
B6=0x1 B7=0x810510
B8=0x0 B9=0x816eda
B10=0x824998 B11=0x824a38
B12=0x1 B13=0x0
B14=0x2 B15=0x0
B16=0x826523 B17=0x828fb4
B18=0x8163bc B19=0x10000000
B20=0x0 B21=0x1e80000
B22=0x0 B23=0x8249c8
B24=0x0 B25=0x8249c8
B26=0xffffffff B27=0xffffffff
B28=0xfffffff7 B29=0x0
B30=0x66666666 B31=0x30666666
NTSR=0x8265ce
ITSR=0xfffffff1
IRP=0x824998
SSR=0x80273c
AMR=0x0
RILC=0x0
ILC=0x8
Exception at 0x0
EFR=0x2 NRP=0x0
Internal exception: IERR=0x1
Instruction fetch exception
ti.sysbios.family.c64p.Exception: line 256: E_exceptionMax: pc = 0x31000000, sp = 0x00816eda.
xdc.runtime.Error.raise: terminating execution
https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/task_5F00_TCI6638K2K_5F00_C66XX.7z
Thanks & regards,
Anil Kumar

