Re:Crystal options
If you use a single-ended clock source like the EPSON TOYOCOM SG-310 SCF C - 8MHz, do you connect the output of the clock to OSC0 and leave OSC1 unconnected?
Also, can you still configure the PLL or 20Mhz operation using
SysCtlClockSet(SYSCTL_SYSDIV_10 | SYSCTL_USE_PLL | SYSCTL_OSC_MAIN |SYSCTL_XTAL_8MHZ);
and for 50 Mhz operation using
SysCtlClockSet(SYSCTL_SYSDIV_4 | SYSCTL_USE_PLL | SYSCTL_OSC_MAIN |SYSCTL_XTAL_8MHZ);
login or register to reply
|