We are developing a sensing system using DA14580, to perform C-V transition .In some cases , we need to connect GPIO to capacitive sensor's electrode , set it to floating in order to mute this capacitive sensor.
We do not know the exact structure of the DA14580 GPIO.
If we config the GPIO as High-Z input, can we consider it as a floating pin to a capacitive load? Is there some risks to use GPIO pin in this method?
Thanks for any advice!
Device:
Hi bemoon,
I am not sure i get the question but yes, if you set the gpio pin to just INPUT then the pin will be in high-z state, they wont be exactly floating because of the clamping diodes, so there will be a small leakage.
Thanks MT_dialog
Your answer is exactly what we need!
Thank you very much!