Restarting in debug mode

Hi,I am using the debugger (with RAVEN JTAG) on the NS7520, everytime I make a call to NAReset I lose the connection to the JTAG and I am therefore unable to debug. Is there anyway to cause a restart whilst debugging? I have tried to simply call Reset_Handler_ROM but this has the same effect. Thanks in advance MD

When you say restart I assume you mean that you have failed to catch what you were looking for in the current run and want to have another go starting from the reset vector? If the advanced target setting for run method is set to “run program” then doing a “download” from the run menu sets the code back to the reset vector… The only disadvantage is that if the image is large this method could take a while… Regards, Dave