Other Parts Discussed in Thread: TMS320F28335, SYSBIOS
Hi,
Here is the software versions of the tools I'm using,
CCS : Version: 5.3.0.00090
XDC tools : 3.24.5.48
Compiler version TI 6.1.0
SYS/BIOS : 6.34.2.18
Device :TMS320F28335
I have enabled a loop back test on interrupt based SCI B. I have configured Interrupts for both SCI B and SCI C,whereas SCI A interrupt is completely disabled. After the successful transmission and reception of data on SCI B port,I'm noticing the following information on console and the device will come to hang state.
"ti.sysbios.family.c28.Hwi: line 953: E_unpluggedInterrupt: Unplugged interrupt flagged: intr# 96
xdc.runtime.Error.raise: terminating execution"
I can note that #96 is related to SCI A.I'm unable to notice the relation on which occasion this is getting triggered even though I have completely disabled the SCI A interrupt(and also the GPIOs are not configured as SCIAtxd/SCIArxd)
Also,If I run the same loop back test on SCI C(without SCI B),it runs successfully without the above message/hanging.
Please help me out in solving this issue.Let me know if you need any further details.
Thanks,
Karthik Rao.