hi, I'm waiting for your answe
How to set other unused pins in low power consumption state?Is there any relevant document for reference?
thank you!
Hi there,
By default, all the unused GPIO are set to INPUT_PULLDOWN, so you don't need to do it in your code. You can easily test it in any of our SDK projects.
For instance, you can read the P12_MODE_REG register for the P1_2. The value is 0x0200. According to datasheet, it is configured to INPUT_PULLDOWN.
Thanks, PM_Dialog
Thank you very much.
Hi there,
By default, all the unused GPIO are set to INPUT_PULLDOWN, so you don't need to do it in your code. You can easily test it in any of our SDK projects.
For instance, you can read the P12_MODE_REG register for the P1_2. The value is 0x0200. According to datasheet, it is configured to INPUT_PULLDOWN.
Thanks, PM_Dialog
Thank you very much.