• Maintain breakpoints after reset?
    Hello, I'm new to ARM Development Studio. I'm working with U-boot and trying to set a breakpoint that survives a reset. However, it seems that my breakpoints are never triggered after reset. I'm...
  • Lose JTAG connection after breakpoint
    My application crashes after hitting a breakpoint 3 or 4 times, if allowed to run without breakpoints all seems well. Have tried this running my app on my board, my app on Keil eval board, and a Keil...
  • breakpoints
    Can someone explain me how i can set up a breakpoint in my assembly program that ends my program on the breakpoint the command is SETB P3.3 Thx in advance
  • How to make variables in continuously memory?
    I am using several array variables. The last variable is always using a separate memory instead of using the consecutive memory right after the previous one. How do I make them in continuously memory...
  • Run in debug after breakpoint does not work
    Hello, I have a project in Keil and when I go to debug, program runs normally. When I hit breakpoint program stops as expected and waits for next execution. So now situation is that program...