Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I followed this forum example to enable the EXT_REFCLK1 input
This seemed to work, but I only got one interrupt for the timer I set up to give and ISR every 10uS. I tried the same firmware with the timer clock input form the 25MHz HF_OSC0 and it operated as expected with continuous ticks every 10uS.
I can use either a cascaded pair of timers and count 10uS ticks or use this single timer and ISR method, but both of them require use of EXT_REFCLK1 as my synchronized clock source.