hi
I see that you have placed the LCD's service call in the Idle loop, is this just temporary.?
You dont need to call the LCD until there has been an Interrupt, you could place a IntFlag in the ISR, so the LCD is only called if the IntFlag is set.
I dont have the floating point option from Oshonsoft, so I have changed Single to Word variable, the program runs OK.
E
I see that you have placed the LCD's service call in the Idle loop, is this just temporary.?
You dont need to call the LCD until there has been an Interrupt, you could place a IntFlag in the ISR, so the LCD is only called if the IntFlag is set.
I dont have the floating point option from Oshonsoft, so I have changed Single to Word variable, the program runs OK.
E