Missing UART Interrupt in MKM34Z256VLL7

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

Missing UART Interrupt in MKM34Z256VLL7

Jump to solution
524 Views
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 Kudos
Reply
1 Solution
512 Views
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.

View solution in original post

0 Kudos
Reply
1 Reply
513 Views
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 Kudos
Reply