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.

[参考译文] CC2745R10-Q1:CC2745 关断电流。

Guru**** 2420240 points


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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1543402/cc2745r10-q1-cc2745-power-shutdown-current

器件型号:CC2745R10-Q1


工具/软件:

尊敬的 TI 专家:

我们是一家模块制造商、
我们现在使用 TI CC2745R10 LP 来验证关断电流。
我们使用 SDK simplelink_lowpower_f3_SDK_9_10_00_83。
我们调用以下程序来测量来自电源监控器的电流、即 7uA。
我们如何将功耗降低到小于 1uA?

int main()
{
  /* Register Application callback to trap asserts raised in the Stack */
  halAssertCback = AssertHandler;
  RegisterAssertCback(AssertHandler);

  GPIO_resetConfig(9);
  GPIO_resetConfig(10);
  GPIO_setConfig(9,GPIO_CFG_INPUT_INTERNAL|GPIO_CFG_PULL_DOWN_INTERNAL);
  GPIO_setConfig(10,GPIO_CFG_INPUT_INTERNAL|GPIO_CFG_PULL_DOWN_INTERNAL);
  Power_shutdown(0,0);

  Board_init();

  /* Update User Configuration of the stack */
  user0Cfg.appServiceInfo->timerTickPeriod = ICall_getTickPeriod();
  user0Cfg.appServiceInfo->timerMaxMillisecond  = ICall_getMaxMSecs();

  /* Initialize all applications tasks */
  appMain();

  /* Start the FreeRTOS scheduler */
  vTaskStartScheduler();

  return 0;

}

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

    您好:

    这似乎与外部闪存的功耗相同。 您可能需要切断连接到外部闪存的布线、以获得更精确的功率测量。

    此致、

    Nima Behmanesh