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
I had too requirements to run simulator 'nearly' realtime before. Even when I debug my communication stack's and profile my code. I did some work on add-on-own dll to regulate simulation run time. But now I haven't functional dll. I'm ready to cooperate. Roman
a bit of dictionary definition makes me wonder how can "simulate" be "real" I just wonder Erik
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