This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC1768 won't "Run to start of main" ULink2

I've got an LPC1768 project that was opening under the ULink2 debugger to "start of main" just fine, until a few recent changes where I changed from using the SystemTickTImer to using TImer0 for a 1ms interrupt.  That code of course is well past the start of main().

Now if if run under the Ulink2 debugger the code only runs after I press F5 THREE times and I have to add my own breakpoint just after the start of main().

How can I get back the normal behaviour?????

Thanks

David