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

Monitor and Bootstrap mode

I have a Question using the Keil Monitor (on a Phytec KC167 Board):

When I start a debug session with my Phytec board, the monitor is being downloaded in bootstrap mode. But when I am debugging, my program seems to run in normal mode.
Can anyone tell me the way the bootstrap mode is leaved by the monitor?

Parents
  • But when I am debugging, my program seems to run in normal mode.

    What do you mean by that? Are you able to use any debugging functions at all (breakpoints, watch, etc.)?

    Can anyone tell me the way the bootstrap mode is leaved by the monitor?

    The monitor does not leave BSL mode. Your application may well do, by executing SRST instruction, for instance.

    - mike

Reply
  • But when I am debugging, my program seems to run in normal mode.

    What do you mean by that? Are you able to use any debugging functions at all (breakpoints, watch, etc.)?

    Can anyone tell me the way the bootstrap mode is leaved by the monitor?

    The monitor does not leave BSL mode. Your application may well do, by executing SRST instruction, for instance.

    - mike

Children
No data