DA14585 Low power pin setting

Learn MoreFAQsTutorials

3 posts / 0 new
Last post
孙梦君
Offline
Last seen:1 week 2 days ago
加入:2020-03-03 02:40
DA14585 Low power pin setting

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!

Device:
PM_Dialog
Offline
Last seen:1 day 8 hours ago
Staff
加入:2018-02-08 11:03
Hi there,

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

孙梦君
Offline
Last seen:1 week 2 days ago
加入:2020-03-03 02:40
Thank you very much.

Thank you very much.