Chip_Clock_SetSysClockDiv

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Chip_Clock_SetSysClockDiv

504 次查看
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 回复数