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

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

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

跳至解决方案
1,856 次查看
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

 

标记 (3)
0 项奖励
回复
1 解答
1,845 次查看
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 项奖励
回复
2 回复数
1,846 次查看
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 项奖励
回复
1,842 次查看
kenji
Contributor IV

Hi @kerryzhou -san

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

kenji_0-1635499329264.png