That looks correct. Unused outputs including RCO can remain open. The only thing I would add is to keep the 2.4576 MHz net very short. By short I mean 1 inch (25mm) or less. If for some reason the oscillator cannot be placed next to the SN74LV163A, then…
Hello,
If you just need to divide by 16, then you just need 2^4 division, and therefore you just need something like a 4 bit counter.
I would recommend looking at the following device: http://www.ti.com/product/sn74lv163a
This device supports a…
CD4000 devices cannot output 50 mA. And the CD4059A has a single output pin.
You need a counter that outputs all 16 states, like the SN74LV163A. To convert that binary number into 16 individual signals, use decoders, e.g., 2x SN74HCS138. To drive the…