Hi Everyone,
Please help to unlock the JTAG access as it might be blocked.
Scenario: For HW1
- First time we connected through JTAG successfully.
- Then we loaded our application code (we built this upon the sample codes provided by TI) through JTAG.
- Next time onward we are unable to connect to JTAG.
- Attached is the error we are seeing.
We tried on another HW - HW2 - with a change to the source code and change was to comment below code:
// Set the clocking to run directly from the crystal.
ROM_SysCtlClockSet(SYSCTL_SYSDIV_4 | SYSCTL_USE_PLL | SYSCTL_XTAL_16MHZ | SYSCTL_OSC_MAIN);
After this change, we are able to successfully connect to HW2 every time. Is above code responsible for the behavior of HW1?
If yes, how do we correct HW1?
Attached the error screen shot for your reference.
Best Regards,
Santosh.