Hello everybody,
I have LPC55S69 devkit and I tried do debug Hello world project but didn't succeed. When I reset the board with opened terminal, it writes 'hello world' but I cannot debug it. The errors I get in console are:
"Warning - processor did not halt - gave up waiting", and
"chip initialization failed - Ep(08). Cannot access core regs when target running."
Interesting thing is that, if I select "Attach to running project..." in debug options for link server debugger, it works. Whatever I send to it from terminal, it writes it back like it is supposed to.
My idea is that the proccessor is running and I don't know how to stop it, does enyone have any Idea how to fix this?