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-EM-CC1354P10:具有高电流消耗的传感器控制器代码

Guru**** 2391025 points


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

https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/1506224/lp-em-cc1354p10-code-with-sensor-controller-with-high-current-consumption

部件号:LP-EM-CC1354P10

工具/软件:

您好、

我使用 SCS 运行代码、旨在定期使 LED 闪烁。

这是我使用的配置:

执行代码:
gpioToggleOutput (AUXIO_O_LED);
fwDelayUs (5000);
gpioToggleOutput (AUXIO_O_LED);
fwScheduleTask(1);

周期设置为5秒。

要在 SCS 上运行此代码、请移除从 XDS 为 MCU 供电的 VDD 跳线、并将3V3和 GND 引脚从 MCU 连接到精密测量的直流电源、这样 XDS 由 USB 电缆供电、且电源仅用于 MCU。 在这种配置下、我将测量电流消耗、即使 LED 熄灭、它也会消耗1.8mA。

如何减小该值以实现尽可能低的功耗?

谢谢你。