Missing UART Interrupt in MKM34Z256VLL7

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

Missing UART Interrupt in MKM34Z256VLL7

跳至解决方案
1,000 次查看
rahul_4
Contributor II

Hi,

Due to electrical noise in the board during reset or power on, the uart interrupt is getting hit multiple times and causing the uart module interrupt to miss, so to recover this situation, I have to reset the mcu until it gets recover. I am using the kinetics bare metal drivers. 

I have tried multiple ways for recovery -

1. adding delay before UART initialize 
2. Enable interrupt after some time 

but still sometimes interrupt is getting missed.

API reference manual for Kinetis M bare-metal drivers and software examples

 

Thanks,
Rahul

 

0 项奖励
回复
1 解答
988 次查看
RaRo
NXP TechSupport
NXP TechSupport

Hello @rahul_4,

Could you please try with some of the UART SDK's examples? Is the interruption being detected now? You could download the SDK here

Also, are you using an NXP's EVK or a custom board?

Kind regards, Raul.

在原帖中查看解决方案

0 项奖励
回复
1 回复
989 次查看
RaRo
NXP TechSupport
NXP TechSupport

Hello @rahul_4,

Could you please try with some of the UART SDK's examples? Is the interruption being detected now? You could download the SDK here

Also, are you using an NXP's EVK or a custom board?

Kind regards, Raul.

0 项奖励
回复