lpuart initialization

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

lpuart initialization

861件の閲覧回数
achal
Contributor III

 

Hello

In lp uart polling example it's clear that it's been clear that uart is  initialized in  the source file. using statement

LPUART_Init(DEMO_LPUART, &config, DEMO_LPUART_CLK_FREQ);

 

but I am not able to find similar statement in  enet_txrx_tansfer example 

 

please tell In imxrt1060 in enet_txrx_tansfer example where has been lpuart is initialized? 

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

831件の閲覧回数
Miguel04
NXP TechSupport
NXP TechSupport

Hi @achal 

Do you mean the lpuart used for the debug console in the project?

This uart is initialized on the BOARD_InitDebugConsole() function (Line 158 from the example)

Best regards, Miguel.

0 件の賞賛
返信