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

Can simulator approximate real-time?

I have developed some C51 software and it works fine in the simulator, the only problem is that the simulator goes far too fast!

Strings that are only supposed to come out of the serial port once per second, just pour out.

Is there a way to lock the simulator to at least an approximation of real-time?

If there isn't, can Keil build one into the next release?

Parents
  • Actually, the STIME VTREG only affects the speed of the serial port. The simulator on a fast PC still runs a lot faster than an 8051.

    We are working on a real-time option for the simulator that slows the performance down to match a real device. However, this feature is not planned for a while. Not too many people want to slow down simulation.

    Jon

Reply
  • Actually, the STIME VTREG only affects the speed of the serial port. The simulator on a fast PC still runs a lot faster than an 8051.

    We are working on a real-time option for the simulator that slows the performance down to match a real device. However, this feature is not planned for a while. Not too many people want to slow down simulation.

    Jon

Children