• standard library init (STR71x)
    I'm having difficulty still during boot of my STR71x board. Trying to get inherited software running on this board. I chased a sort-of red herring for a while (see my other thread) and have discovered...
  • EEPROM EMULATION on STR71x family CPU
    I am having a problem trying to use internal flash (bank1)as EEPROM of STR71x family microprocessor. Using a HITEX eval board (purchased from Keil) and I copied code directly from the sample files came...
  • 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
  • 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...
  • Accuracy of Keil Simulation time
    Im using LPC1778 uC to generate a pulse of 500Hz from the timer interrupt routine. I have configured the interrupt to interrupt every 200uS. It enters the ISR on time. But what i want to know is the...