• Simulation Timing vs. Timing on Target
    In the simulation there are two system variables indicating the number of executed states and the time (sec) in seconds. When I compare execution times in the simulation to the timing on the target...
  • Debug I2C simulation
    Hi I want to simulate the I2C, and find this example // Simulation of I2C Memory (Slave) MAP 0x010000, 0x01FFFF READ WRITE; signal void I2CMEMORY (void) { unsigned long adr; SADR = 0x54; adr...
  • Debug function for TRAP A simulation of NMI
    Hi all, can anybody help me with a simulatorfunction to simulate a class A trap ? I wrote a little program for XC16x starter kits, where the NMI pin is used to start in debug mode to send out...
  • Simulating timing
    How can timimg simulations be done in Keil? I have a code which uses counters to claculate the time but i can't simulate it regards, Mohamad Adel
  • Option for Target - Debug - Simulator - Real-time?!?
    Hi folks Question: In the dialogbox Options for Target in left side (use Simulator) there is a checkbox: Limit Speed to Real-Time Starting a simple example needs one minute to perform 1 second...