Hi,
In my wearable application, I would like to have reset functionality by pressing two buttons, which I also would like to use as application interrupts. I read that the RESET can be configured with a two-button mode based on SHPHLD and GPIO0. I have a few questions
- In this case, is GPIO0 pulled up to VBAT/VSYS as it happens with SHPHLD, or is it instead powered by VDDIO like usual? (relevant to know what happens when VDDIO goes off)
- When the reset is configured with two buttons, is it still possible to generate rising/falling edge interrupts on GPIO0? (similarly to SHPHLD can generate interrupts on short presses)
Thank you for the information!