GPIO key hold detection

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

GPIO key hold detection

523 次查看
kensu
Contributor V

Hi

Does LPC1830 have any special feature for "GPIO key hold" detection?

Normally, we implement the firmware  "Interrupt and timer" or "polling and timer" to detect the "key hold".

Now I use freeRtos with LPC1830, Does any better or easy solutionfor key hold detect?  

Thanks

Ken

标签 (1)
0 项奖励
2 回复数

379 次查看
kensu
Contributor V

Hi Kerry

I understood, 

Very thanks for your reply.

Ken

0 项奖励

379 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Ken Su,

    Actually, the GPIO key hold is the basic operation method for all the MCU.

   LPC1830 have no special hardware feature for the key hold. You can use the hardware key dithering or the software key dithering.

  You said you implement the interrupt, timer or polling to detect it, actually, in the freeRtos, the method is still the same for the key hold or key dithering.


Have a great day,
Kerry

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

0 项奖励