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

Keil uVision 2 - simulator

hi

how does the simulator work? i've been trying to get a real-time clock running in simulation mode, but it's running way too fast.

i dont know if there is something i'm not setting maybe?

my osc is running at 14.7456

i've set this in the options screen, but i can set it to anything, the code still executes at the same speed.

what am i missing?

Parents
  • how does the simulator work?
    it simulates
    i've been trying to get a real-time clock running in simulation mode, but it's running way too fast.
    The simulator will 'match' the instruction cycles but will not and can not match the instruction time.

    If youy want 'real time' you need an emulator

    Erik

Reply
  • how does the simulator work?
    it simulates
    i've been trying to get a real-time clock running in simulation mode, but it's running way too fast.
    The simulator will 'match' the instruction cycles but will not and can not match the instruction time.

    If youy want 'real time' you need an emulator

    Erik

Children