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.

CC2650

Other Parts Discussed in Thread: CC2650, TIMAC

我用的CC2650的芯片和TI-MAC协议栈,真心的请教一个问题:

我想使节点休眠,但是不知道如何进入 standy和shutdown模式。我知道节点休眠是RTOS管理的,相关的文档和代码,我也看过了。就是不知道如何进入到standy和shutdown模式。电流将不下来,在应用层使用了Power_releaseConstraint(Power_IDLE_PD_DISALLOW);可以使电流降几毫安,但好像不能用:

  /* Disallow shutting down JTAG, VIMS, SYSBUS during idle state
   * since TIMAC requires SYSBUS during idle. */
 Power_setConstraint(Power_IDLE_PD_DISALLOW);

希望高手给点建议,再次感谢!