• How to simulate timer capture
    I am evaluating the Keil tools and need to time tag two events, probably using timer capture. I can drive the Port1 pins using a simulator script, but I can't find the name of the pins to drive for timer...
  • 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...
  • stm32f4 timer interrupt simulation?
    I'm currently working with an stm32f4-discovery and after doing some work on the board decided to switch back and see if I could get my program working in simulation. So far it looks like the simulator...
  • About timer in Simulator
    I know that if I use Debug in Simulator mode, and I want to use timer0 as a counter,I have to toggle the appropriate pin in a Signal function. But if I just use timer0 as a timer,I think this is not...
  • Simulating a hex display timer
    I am helping a student with his assignment. 80C517A Microcontroller. U-Vision Keil compiler and d-scope debugger. The first task is to simulate a microcontroller based "egg timer" with which the...