Hello all,
I am using a GB60 MCU and having troubles having my internal clock generator lock. I have ICG2 = 0x32 and IGC1 = 0x5C (high range, FEE).
If I set my prescale N factor to anything other than 000 the clock doesn't lock. the ERCS bit indicates the clock is stable. I need to take a 10MHz clock external clock to 12.5MHz.
while ((ICGS1_LOCK == 0) || (ICGS1_ERCS == 0))
{
__RESET_WATCHDOG();
}
Thanks for any suggestions!