RTC Init

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

RTC Init

766件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Cusko on Fri Aug 09 03:20:10 MST 2013
My program breaks in a function RTC_Init() from the lpc18xx library, more exactly on this part:
do
{
/* Reset RTC clock*/
RTCx->CCR = RTC_CCR_CTCRST | RTC_CCR_CCALEN;
}
while(RTCx->CCR!=(RTC_CCR_CTCRST | RTC_CCR_CCALEN));

Could it be hardware related? I have external crystal 32kH.
Thanks.
ラベル(1)
0 件の賞賛
返信
0 返答(返信)