lpuart initialization

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

lpuart initialization

481 Views
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? 

Labels (1)
Tags (1)
0 Kudos
Reply
1 Reply

451 Views
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 Kudos
Reply