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

about keil debugger

Hi,guys! I wonder that if my program runs to a breakpoint and hold,and i use a timer,is that timer will roll up,or hold as well as program running?!!!!!????

Parents
  • You'll have to look this up in your MCU manual. There are 3 options:
    1) The timer keeps running
    2) The timer is paused
    3) One of the above depending on a configuration bit in a special register
    If I remember correctly, I've seen all 3 in different MCUs.

Reply
  • You'll have to look this up in your MCU manual. There are 3 options:
    1) The timer keeps running
    2) The timer is paused
    3) One of the above depending on a configuration bit in a special register
    If I remember correctly, I've seen all 3 in different MCUs.

Children