Is there any way to know the cause of ADC_ETC error interrupt?

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

Is there any way to know the cause of ADC_ETC error interrupt?

Jump to solution
1,263 Views
kenji
Contributor IV

Hi team!

I'm using MIMXRT1170-EVK.

Is there any way to know the cause of ADC_ETC error interrupt?
I couldn't find error flags in ADC and ADC_ETC register.
Only I could see interrupt detected flags.

kenji_0-1635330250539.png

 

0 Kudos
1 Solution
1,252 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @kenji 

  About the ETC err, please check the RT1170 reference manual, you will find the ETC error reason:

 

kerryzhou_0-1635497761910.png

So, your error is caused by the previous trigger is not finished.

Best Regards,

Kerry

 

View solution in original post

0 Kudos
2 Replies
1,253 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @kenji 

  About the ETC err, please check the RT1170 reference manual, you will find the ETC error reason:

 

kerryzhou_0-1635497761910.png

So, your error is caused by the previous trigger is not finished.

Best Regards,

Kerry

 

0 Kudos
1,249 Views
kenji
Contributor IV

Hi @kerryzhou -san

I could solved, enabling this flag.
Thank you for the information.

kenji_0-1635499329264.png