lpuart initialization

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

lpuart initialization

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

837 次查看
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 项奖励
回复