Hi,
We are using LM3S9B96 dev kit, custom hardware with LM3S9B96 and Keil tools with ulink2.
In the uVision options, there are 3 ways to reset the board before connecting "HW Reset", "SYSRESETREQ", "VECTRESET". When I select SYSRESETREQ or VECTRESET, I can reset the board and start the code. But if I select "HW Reset" and try to run the code, it's throwing the following error: "Could not stop Cortex-M device! Please check the JTAGE cable", I have probed the reset line and it's going low for 50mS. Still the tool couldn't reset the board.
The behavior is same with Luminary eval board (LM3S9B96). Is this an expected behavior? Any way to reset using "HW Reset"?
Thanks in advance for your help.