Hello,
You can use 16Mhz crystal oscillator, but you should consider the Debounce counter to determinate the qualification period.
For example:
tDP = [PERIOD of EXT CLOCK] * [Debounce counter(5C)] = 62.5 ns * 10 = 625 ns (if external clock = 16 MHz, debounce count
register (5Ch) = 0Ah)
tDP = [PERIOD of EXT CLOCK] * [Debounce counter(5C)] = 62.5 ns * 255 = 15.94 μs (if external clock = 16 MHz, debounce count
register (5Ch) = FFh)
Hope this helps.