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

realtime timer simulation

What's the trick to make the C51 simulator increment timers in realtime?

Ive tried setting the xtal value appropriately, on the target panel.

(I just need the simulation's blink led freq to have the same period as the real target)

Peter

Parents Reply Children
  • I think the implication/desire is that if simulation speed >= real-time then simulation speed could be constrained or synchronized with real-time.

    Unfortunately, simulation speed may be <,=,> real-time. It's still useful, but it isn't real-time.

    Presonally, I want the simulator to run as fast as possible (and hopefully, much faster than real-time).

    Jon