Hi Tony ,
Thanks for the response. Since this error is being divided down through a seconds, minutes and hours counter chain I suspect this error will be very small when we get to the hours counter.
Question...
Will adding the following code do anything to improve the trim value, I saw it in an app note somewhere.
;************************************************************************************************
; used to trim frequency of ICS with trim value ;
;************************************************************************************************
; lda $FFAE ;get fine trim bit from flash memory
; and #%00000001 ;only enable the lsb, FTRIM bit
; sta ICSSC ;save bit in ICS Status and Control register
; lda $FFAF ;get 8 bit trim from flash memory
; sta ICSTRM ;save in ICS Trim Register
Thanks for your response.
Paul