• 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...
  • Timer
    Hi!! I have a problem with timer. I have MCB2300 board with lpc2378. In aplication I using RTL kernel, which use TIMER0. Now I would like to have own timer TIMER3. I set: void timer3_irq...
  • 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...