MKM Internal Xtal

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

MKM Internal Xtal

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

884 次查看
dhruvonline
Contributor III

Hi Martin,

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

Thanks&Regards

Druv

0 项奖励
回复

884 次查看
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.