FMPLL.ESYNCR2

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

FMPLL.ESYNCR2

654件の閲覧回数
monicabagade
Contributor II

Can anyone help me?

In the following code

#if defined(CORE_CLOCK_80MHz)
        #if crystal_12MHz //crystal_12MHz
            FMPLL.ESYNCR2.R = 0x00000002;        
            FMPLL.ESYNCR1.R = 0xF0020050;        
            while (FMPLL.SYNSR.B.LOCK != 1) {}; /* Wait for FMPLL to LOCK  */        
            FMPLL.ESYNCR2.R = 0x00000001; 

 

Why FMPLL.ESYNCR2.R = 0x00000002 use initially?

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

529件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi, an answer you find in reference manual screenshot below:

pastedImage_1.png

0 件の賞賛