请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:AWRL6432 主题中讨论的其他器件:AWR6843、
Champs,
AWRL6432是否也像 AWR6843一样支持动态节能功能(rlRfDynamicPowerSave)?
此致、
海登
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.
您好!
在 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;
此致、
海登