This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C6748 LCDK GEL Script PLL1 Configuration

Hi.

In C6748_LCDK.gel, there is a PLLCTL.EXTCLKSRC clearing operation for PLL1. But I assume that the EXTCLKSRC register field exists only in PLL0. So I suppose that it is a typo and it's not necessary for the PLL1 initialization. Is my understanding correct?

/* PLLCTL.EXTCLKSRC bit 9 should be left at 0 for Freon */
PLL1_PLLCTL &= ~(0x00000200);

Best regards,
Tsutomu Furuse