[GPS_Standard] 6, 4MHz Oszillator in use with gps frequency standard

Andreas Stefan andreas.stefan at web.de
Mon Apr 6 04:24:28 EDT 2009


Hi Bert and the list,
congrats for these great project!!!
My name is Andreas, DL5MGD. I am located aboutt 50km south of munich in bavaria.
I have a very good double ovened xo for 6,4 MHz.
Looking at your software it seems that it could be used by only changing a few lines of code
at 6,4MHz


original code snippet
....
ccp_160mhz_h                EQU 0x68             ;when frequency counted is exactly 160MHz, OLD_CCPR1 reads 26624, or 0x6800
ccp_160mhz_l                EQU 0x00              ; "
......

INIT_10MHz                                          ;Yes, initialize for 10MHz OCXO
        MOVLW ccp_160mhz_h                          ;Load nominal value H to compare to measured frequency
        MOVWF NOMINAL_FREQ_VAL_H                    ; "
        MOVLW ccp_160mhz_l                          ;Load nominal value L to compare to measured frequency
        MOVWF NOMINAL_FREQ_VAL_L                    ; "
        BRA INIT_FREQ_COMPLETED                     ;Go continue initialization
.....

Will the 6,4Mhz work if I change this part of the program to 
 ------ 
ccp_160mhz_h                EQU 0x80             ;when frequency counted is exactly 102,4MHz ( 16 times 6,4 MHz)
ccp_160mhz_l                EQU 0x00              ; "
---------


Thanks a lot!!!

73
Andreas; DL5MGD

____________________________________________________________________
Psssst! Schon vom neuen WEB.DE MultiMessenger gehört? 
Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123



More information about the GPS_Standard mailing list