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.

[参考译文] AWRL6432:AWRL6432是否支持动态节能功能?

Guru**** 664280 points
Other Parts Discussed in Thread: AWR6843, AWRL6432
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1245590/awrl6432-does-awrl6432-support-the-dynamic-power-saving-feature

器件型号:AWRL6432
主题中讨论的其他器件:AWR6843

Champs,

AWRL6432是否也像 AWR6843一样支持动态节能功能(rlRfDynamicPowerSave)?

此致、

海登

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

    您好、Hayden、

    AWRL6432上的电源管理框架与 AWR6843上可用的任何低功耗 API 不同。 此处的应用手册 介绍了在 xWRL6432器件上实现低功耗的几种策略。 还可以在以下位置找到更多文档: /docs/api_guide_xwrL64xx/power__xwrLx4xx_8h.html

    此致、

    凯文

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

    您好!

    在 SDK MMWAVE_DFP 中、可以选择节能"T_RL_API_SENS_DYN_PWR_SAVE_DIS"。

    (dfp_sensor.h)

        /*!
         * @brief  Sensor inter-chirp (during chirp idle time) dynamic power save disable override
         * mode. \n This field provides various RX and TX chain dynamic rapid power save disable
         * option in inter-chirp idle time.
         * | Value | Definition |
         * |-------|----------- |
         * |   0   | Dynamic Power Save Enable (default)|
         * |   1   | Dynamic Power Save Disable |
         * Bit field definition: \n
         * | Bit Field | Definition |
         * |-------|----------- |
         * | Bit 0 | TX PA POWERSAVE_DISABLE control |
         * | Bit 1 | TX LO POWERSAVE_DISABLE control |
         * | Bit 2 | RX RF POWERSAVE_DISABLE control |
         * | Bit 3 | RX BB POWERSAVE_DISABLE control |
         * | Bit 4 | RX LO POWERSAVE_DISABLE control |
         * | Bits [7:5] | Reserved |
         * By default these power save modes are enabled in FECSS. \n
         * Recommended settings:
         * | Chirp Idle Time | INTER_CHIRP_PS_DIS |
         * |-----------------| ------------------ |
         * | > max of (6us - tx start time, 3.1us) | 0x00 (Power save Enabled) |
         * | > max of (4us - tx start time, 3.1us) and <= max of (6us - tx start time, 3.1us) | 0x1F (Power save Disabled) |
         * | < max of (4us - tx start time, 3.1us) | Not Supported idle time |
         * Note: The minimum idle time can not go lower than max of (4us - tx start time, 3.1us).
         *
         */
        UINT8 c_InterChirpPsDis;

    此致、

    海登