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-CC1350:如何在 CC1350 Launchpad 中启用1.8V 外部电源?

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

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1116421/launchxl-cc1350-how-to-enable-1-8v-external-power-supply-in-cc1350-launchpad

器件型号:LAUNCHXL-CC1350
主题中讨论的其他器件:CC1350

大家好、  

我在 CC1350 Launchpad 上运行 rfPacketTx、如果我通过接头引脚提供3.3V 电压(切换到外部电源跳线)、则效果良好。 如果我提供1.8V 电压、如何使其正常工作?

我已经尝试在 ccfg.c 文件中更改以下代码:注释了"使用 DC/DC "并取消注释了"不使用 DC/DC "。   

#ifndef SET_CCFG_MODE_CONF_DCDC_REGLEARGE
//#define SET_CCFG_MODE_CONF_DCDC_RELEGIN 0x0 //在断电期间使用 DC/DC
#define SET_CCFG_MODE_CONF_DCDC_RELEGIN 0x1 //在断电期间不要使用直流/直流
#endif

#ifndef SET_CCFG_MODE_CONF_DCDC_ACTIVE
//#define SET_CCFG_MODE_CONF_DCDC_ACTIVE 0x0 //在工作模式期间使用 DC/DC
#define SET_CCFG_MODE_CONF_DCDC_ACTIVE 0x1 //在激活模式下不使用直流/直流
#endif

不管用。  

谢谢、  

Hemanth