MKM Internal Xtal

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

MKM Internal Xtal

385 Views
dhruvonline
Contributor III

Hi,

I need to configure the MKM UART with the Internal clock. The given driver files are with the external clock. I need to test the UART communication at standard baud rate with internal Clock.

Looking for the valuable suggestions for the same.

Thanks,

Druv

0 Kudos
2 Replies

279 Views
dhruvonline
Contributor III

Hi Martin,

I am able to get the UART data with this example. Thanks for the support.

Thanks&Regards

Druv

0 Kudos

279 Views
MarMi
NXP Employee
NXP Employee

Hi Druv,

use any existing UART configuration structure but provide exact frequency in Hz, generated by internal clock, as the clk parameter into structure - see below:

UART_MODULE_POLLMODE_CONFIG(brate,clk)

Refer to the afelp_test example for more details in how to run UART clocked by FLL configured in Bypassed Low Power Internal 2 MHz (BLPI) mode.

Kind regards,

Martin M.