Hello,
I see you are using some kind of configuration tool.
I use for 20MHz external crystal following configuration:
// Set PLL0 to 200MHz with 20MHz XOSC (PLL0 VCO frequency — 600 — 1250 MHz)
PLLDIG.PLL0CR.B.CLKCFG = 0; //Bypass mode with PLL0 off
// RFDPHI1 = 10, RFDPHI = 4, PREDIV = 2, MFD = 80 (0x50h)
PLLDIG.PLL0DV.R = 0x50000000 |0x00040000 |0x00002000 |0x0050; //predefined PLL0 divider register
Best regards,
Peter