LPC4337 EMC initialization and RGU

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

LPC4337 EMC initialization and RGU

260件の閲覧回数
atsuyosano
Contributor I

Hello.

I'm developing with the LPC4337. EMC initialization:
Chip_EMC_Dynamic_Init((IP_EMC_DYN_CONFIG_T *) &IS42S32800D_config);
Chip_EMC_Static_Init((IP_EMC_STATIC_CONFIG_T *) &fpga_config);

However, when I initialize Timer1 after this, the EMC doesn't work properly. Chip_RGU_TriggerReset(RGU_TIMER1_RST);

If I comment out the Timer1 initialization, it works properly.
Why is this?

//-----------------------------------------------------------

こんにちは。

LPC4337 で開発を行っています。EMC初期化。
Chip_EMC_Dynamic_Init((IP_EMC_DYN_CONFIG_T *) &IS42S32800D_config);
Chip_EMC_Static_Init((IP_EMC_STATIC_CONFIG_T *) &fpga_config);

ところが この後 Timer1 の初期化を行うと EMCが正常に動作しません。 Chip_RGU_TriggerReset(RGU_TIMER1_RST); 

Timer1 の初期化をコメントアウトすると 正常に動作します。
なぜでしょうか

0 件の賞賛
返信
1 返信

211件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @atsuyosano 

Please try to initialize the timer before initializing the EMC.

Also, check whether the timer interrupt is enabled. If it is, please try to disable the interrupt first.

If the issue persists, please send your project and I'll help you check it.

Thank you.

 

BR

Alice

 

BR

Alice

0 件の賞賛
返信