Tool/software:
I am using the EK-TM4C1294XL and verifying the RTC function with the sample program "hibernate_calendar" from TivaWare_C_Series-2.2.0.295. When I wrote the program as is, it worked correctly.However, when I changed the code to use the external oscillator XOSC0 by writing MAP_HibernateClockConfig(HIBERNATE_OSC_DISABLE); the program stops running.Are there any other steps or procedures to properly use the external oscillator?