Hi,
What I Did:
I tried to test the function "InitPLL" which resides in the library file "DSP2833x_SysCtrl.c". During the process of testing the line,
if (SysCtrlRegs.PLLSTS.bit.MCLKSTS != 0)
{
asm(" ESTOP0");
}
In order to make the bit MCLKSTS to 1, I made OSCOFF to 1 which resulted in MCLKSTS to 1 and I entered this If condition. But when I tried to flash it again, I am getting an error message like this,
Error connecting to the target:
(Error -1135 @ 0x0)
The emulator reported an error. Confirm emulator configuration and connections, reset the emulator, and retry the operation.
(Emulation package 5.0.520.0)
I have attached the recent .out file.
I am afraid that I may not able to connect to the target as something got corrupted. Needed a solution in reconnecting to the target or Is there anything like reset via the hardware??