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.
工具与软件:
尊敬的专家:
您能告诉我为什么下面两种方法有区别吗?
方法1未降低电流消耗、但方法2显著降低了电流消耗。
1:将未使用的 GPIO 引脚设置为输出、禁用内部上拉电阻、并断开外部电阻
2:将 未使用的 GPIO 引脚设置为输入、禁用内部上 拉电阻、并连接外部下拉电阻
这两种方法都是 TRM 建议的方法、但它们之间存在差异。
此外,我找不到一个答案的原因在原来的线程。
此致、
棒极了 h
TRM 中的方法是避免引脚悬空(没有外部或内部上拉的输入)的优秀实践、如果在不同条件下(如温度等)悬空引脚上耦合了噪声、这可能会导致更高的电流消耗
[报价 userid="402494" url="~/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1462654/tms320f28375d-differences-in-current-consumption-due-to-differences-in-gpio-processing-methods ]1:将未使用的 GPIO 引脚设置为输出、禁用内部上拉电阻并断开外部电阻谢谢