• Timer accuracy
    Hello, I configured a timer to generate a signal every 1 ms. See below my code about the timer: TIM_DeInit(TIMx); // TIM1 Deinitialization * TIM_InitStructure.TIM_Mode = TIM_OCM_CHANNEL_1; TIM_InitStructure...
  • Tarmac timestamp accuracy for FVPs
    Is there a document that describes the timestamp logic behind the TarmacTrace plugin? When we get concurrent events from different cores, are the timestamps valid? Any additional information about...
  • Floating point arithmetic - accuracy problem
    Hello, I am using 89C51ED2 for solving non-linear equations. I am facing accuracy problems while doing floating point arithmetic. The accuracy of floating point arithmetic is limited to 3 decimal...
  • 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...