mse (12.04.2010 16:32 - 16:34, просмотров: 194) ответил Evgeny_CD на Апноут приложен. AVR1003: Using the XMEGA™ Clock System + исходник.
А чего там военного? Нуна было вспомнить, что разрешённый источник "редактированию" не подлежит. А из этого много не выдумаешь. 00152 /* Configure PLL with the 2 MHz RC oscillator as source and
00153 * multiply by 30 to get 60 MHz PLL clock and enable it. Wait
00154 * for it to be stable and set prescaler C to divide by two
00155 * to set the CPU clock to 30 MHz. Disable unused clock and
00156 * wait for user input.
00157 */
00158 CLKSYS_PLL_Config( OSC_PLLSRC_RC2M_gc, 30 );
00159 CLKSYS_Enable( OSC_PLLEN_bm );