Hi Miguel,
The reason in which the timer driver have default IRQ handler for Timer0,1,2,3,4. where I was able to use to generate the Interrupt inTimer 0 only.Remaining Handler function unable to generate the Interrupt.
1.First Image and Second Image(This Image have the Timer Initialization function for Timer 0 and which correctly generate the Interrupt in the Handler function).
Timer0_Initilization(First Image)
Timer0_Handler_Function
Third Images(Third Images Indicates where I was Initialization the both Timer0 and Timer 1 function ).
Fourth Images(Fourth Images Indicates where I was Toggle the pin in both Timer0 and Timer 1 Handler function).
Timer 0 and Timer 1 Initialization Function
Timer 0 and Timer 1 Handler function
ii)User manual of LPC804 denotes one General purpose Timer function.But in software we having up to 5 Timer Handler function.How many timer Generally used in the LPC804?
iii)Here Below attached the whole project files for Timer configuration......