This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] LP-MSPM0L1117:使用 DL_GPIO_initDigitalInputFeatures 时、功耗会变高?

Guru**** 2835905 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1601569/lp-mspm0l1117-the-power-consumption-becomes-high-when-i-use-dl_gpio_initdigitalinputfeatures

器件型号: LP-MSPM0L1117

您好、

最初、EVM 上的功耗为~2uA。

当我使用以下命令进行 PA6 并设置 DL_GPIO_enableHiZ (GPIO_GRP_0_PIN_6_IOMUX) 时、功耗变为~110uA。

  DL_GPIO_initDigitalInputFeatures (GPIO_GRP_0_PIN_6_IOMUX、
     DL_GPIO_INVERSION_DISABLE、DL_GPIO_RESISTER_NONE、
     DL_GPIO_HYSTERES_DISABLE、DL_GPIO_WAKEUP_DISABLE);
 
有什么想法、不想使用引脚后如何实现低功耗?
顺便说一下、并非每个引脚都有这个问题。 某些引脚的功耗较高某些引脚的功耗较低。
 
BR、
Frank