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?
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