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.

LAUNCHXL-CC1352R1: Sensor controller運作在Active mode時, MCU是否只能進入Idle mode, 無法進入Standby mode?

Part Number: LAUNCHXL-CC1352R1

根據CC13x2, CC26x2 SimpleLink Technical Reference Manual p.514

MCU要進入Standby mode, 需要AUX運作在low-power mode時才行

所以當sensor controller運作在Active mode時, MCU是否只能進入Idle mode, 無法進入Standby mode?

若sensor controller要使用I2C master(bit-banged), 由下圖可知, 必須操作在Active mode下才能執行

意即MCU只能在Idle mode時, 才能用sensor controller來運作I2C master(bit-banged), 此結論是否正確?

  • 意即MCU只能在Idle mode時, 才能用sensor controller來運作I2C master(bit-banged), 此結論是否正確?

    理解是对的,仔细检查了一下,发现SCE I2C 实现了一个 bit-banged 内部集成电路 (I2C) 主接口,它要求设备处于active模式

    之前的问题回复有偏差,以现在这个为准

  • 根據CC13x2, CC26x2 SimpleLink Technical Reference Manual p.513

    在Idle mode下的power consumption是highly application dependent

    是否可解釋為: 我需要用application來控制各個不同module的power state以最佳化耗能?

    請問MCU在Idle mode下的power management如何操作?

    有API或是範例能參考嗎?

  • TIRTOS通过power management policy实现的低功耗配置,用户通常不需要自己操作,驱动程序会在没有任务运行时自动进入到standby模式

    下面文档介绍了power management policy的具体实现方式:

    https://dev.ti.com/tirex/content/simplelink_cc13xx_cc26xx_sdk_6_20_00_29/docs/drivers/Power_Management.pdf