PN7150 next interrupt too short

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

PN7150 next interrupt too short

1,468 次查看
peterwu
Contributor II

PN7150 rise a new interrupt after I2c read .

But sometime it too short (ex : 72us ), that my host can not detect new interrupt. (even I reduce debound time )

Is there any cfg I can set pn7150 to rise next interrupt to 100ms or more ?

tek00013.png

标记 (1)
0 项奖励
回复
4 回复数

1,319 次查看
peterwu
Contributor II

we config host interrupt to 

1. EDGE trig 

2. polarity high 

usually , it work fine to receive pn7150 irq .

but there is few chance can not receive irq. 

After we checked the scope, the 2nd irq come too fast (  72us ) .

so we still think how to fix it.

0 项奖励
回复

1,319 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Maybe you use a slower MCU or put too many codes in the interrupt routine. 

Best Regards,

Kan

0 项奖励
回复

1,319 次查看
peterwu
Contributor II

tap with Samsung S7 several times

0 项奖励
回复

1,319 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Hi Peter,

There is method to configure the active state of IRQ signal, but no way to modify the width, why not using the edge sensitive interrupt?

BTW, which active state did you set for IRQ signal in that case? High or Low?


Have a great day,
Kan

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复