主题中讨论的其他器件: SysConfig
工具与软件:
澄清一下、如果您不需要使用 RTC 的低功耗模式、可以在不连接外部32.768kHz 晶体的情况下使用 CC2755R10。 因此、系统仅使用48MHz 晶体和内部慢时钟。
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.
以下是有关所涉及寄存器的更多详细信息: https://dev.ti.com/tirex/explore/content/simplelink_lowpower_f3_sdk_8_40_00_61/docs/driverlib/cc27xx/register_descriptions/CPU_MMAP/CKMD.html#LFCLKSEL
由于应该禁用 LF 时钟和待机功能、因此需要修改 F3 SDK 示例、以选择 PowerCC23X0_doWFI 作为策略函数(SysConfig ->电源模块)、而不使用 Board_init 中的 PowerLPF3_selectLFOSC 或 PowerLPF3_selectLFXT API (在 SysConfig 生成的 ti_drivers_config.c 内)。
此致、
Ryan