Chip_Clock_SetSysClockDiv

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Chip_Clock_SetSysClockDiv

506件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by oxijin on Tue Jul 21 14:37:13 MST 2015
I'm using the IRC oscillator on an LPC11xx.  The board has no crystal.  The micro will start up using the IRC oscillator.  Can I change the clock divider on the fly in board_sysinit.c, while running on the IRC oscillator, as follows?

STATIC void SystemSetupClocking(void)
{
Chip_Clock_SetSysClockDiv(2);
}

It seems very likely that the answer is yes, but I just want to be sure. 



ラベル(1)
0 件の賞賛
返信
0 返答(返信)