Hello everyone,
I'm moving from prototyping with Tiva C launchpad to making a circuit board using TM4C123. The MCU on launchpad uses a 16MHz crystal (Y2) as its main clock.
On my circuit board, however, I have a 12MHz crystal (for other component). I wonder if I can just supply this crystal clock to pin OSC1 and OSC0 to reduce BOM and space.
Should I change some setting (TI-RTOS) to tell the MCU that it is supplied with a 12MHz clock or the MCU will automatically recognize the clock frequency?
Thanks.