You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r_cgc_pll_cfg(&p_clock_cfg->pll2_cfg, CGC_CLOCK_PLL2, pll2_hz, pllccr);
uses the variable pllccr filled for PLL configuration.
It should be pll2ccr
Thanks for support
The text was updated successfully, but these errors were encountered:
Please check line 598 in r_cgc.c
the code
r_cgc_pll_cfg(&p_clock_cfg->pll2_cfg, CGC_CLOCK_PLL2, pll2_hz, pllccr);
uses the variable
pllccr
filled for PLL configuration.It should be
pll2ccr
Thanks for support
The text was updated successfully, but these errors were encountered: