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.

[参考译文] CC2651R3:将 RCOSC 用于 HF 时钟

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1161123/cc2651r3-using-rcosc-for-hf-clock

器件型号:CC2651R3
Thread 中讨论的其他器件:SysConfig

客户希望选择 RC 振荡器作为 HF 时钟源。 它们使用以下 API:

OSCClockSourceSet (OSC_SRC_CLK_HF、OSC_RCOSC_HF);

 

这行代码应该放置在哪里? 他们尝试在 main()的开头添加了它,但看不到使用 BLE 扫描仪的设备

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

    您好、Lawrence、

    SysConfig 应用于配置时钟配置、无需进行其他代码更改。

    在 SysConfig 中、可以在"TI 器件">"器件配置"中设置时钟配置。

    请注意,应在 Board_initGeneral()之后调用函数 OSCClockSourceSet(),因为电源驱动程序配置会影响此配置。

    此致、