• 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...
  • 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...
  • Timers
    Hi As I am a new convert over to ARM from 8051, I am unsure of which way to go, I need a timer for comms delays etc, on an 8051 I would have simply used timer 1 or 2 with an interrupt, however on...
  • timers
    Hello EveryOne, I am using LPC2368 controller I am using timer0/counter in interrupt mode initially i set the value T0MR0 register 100 as shown in following program .this timer is running at 1 MHz...