Gentlemen,
Working on a new project that uses TM4C123GH6PZ. This board project has a Bluetooth module, which requires a 32768Hz clock into it (square wave, 1.8V).
On our previous boards, we have a 16MHz on OSC0/OSC1, and a 32768Hz on XOSC1/XOSC2. This board will use RTC, hibernate, etc, so it is likely that the crystal arrangement will remain the same.
Is there a pin on the uC that can be used as an output for the 32768Hz signal? Or is it convenient that I electrically tap the crystal signal into a opamp and "duplicate" its clock? I guess what I'm looking for is a suggestion for a clean design that can use the 32768 clock for both purposes.
Further, I don't believe it is a good idea to use a software clock output (but maybe I can configure one of the timers to run from the slow crystal and generate a 50% PWM output at that rate?).
Cheers,
Bruno