To be honest, this is a complicated chip to use. But I think I
understand it. First problem, it will only divide a frequency by an
integer to get another frequency. I think I can make it divide by 2341
to give you 13.99743699274 Hz. There are fractional dividers which will
give you exactly 14 Hz.
To get a divisor of 2341 we choose a divisor for the first stage from
the list of 2, 4, 5, 8 or 10. Using 5 requires the use of "Master
Preset" so I pick 4. This means we need to set the mode select to 011
(Ka through Kc). Dividing our divisor of 2341 by 4 gives 585 with a
remainder of 1. The remainder is used to set the Jam preset of the
first stage so J1 = 1 and J2 = 0 (only two bits are set because of the
first stage divisor we picked using the mode select). Jam presets J3
and J4 are used for the most significant digit of the quotient which in
this case is 0, so both J3 and J4 are 0. The remaining digits of the
quotient are used to set the rest of the Jam presets. So J5 through J16
are set to form 585 in BCD with J16 being the most significant bit.
Change the J1 preset to a 0 and you divide by 2340 eve to give you
14.00341880342 Hz, just a little further off from 14 Hz. :)
I can't be sure, but I think that is right. Make sense now? Can anyone
confirm I did this right?
A fractional divider works by dividing by N and N+1 in the right ratio
to give the exact ratio of frequencies. The period of the output varies
by one clock cycle though, so it has phase noise and such.
--
Rick