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.
您好!
OAD_BOOTLOADER_Source_MSP432P4111是"SimpleLink_SDK_BLE_Plugin 3.20.0.24"的示例。 下面是该文件'System_msp432p4011.c'项目的代码片段、我们将 msp432p4111的原始代码调整为 msp432p4011。
片段:
我们想知道如何处理__HALT_WDT、__system_clock 和__regulator
我们的板具有一个 MSP432p4011 、其48MHz 外部直流/直流可用作 HF 时钟。
也许有些文章或文档提到这一点会更好!
Rgds、
劳伦特
_HALT_WDT:我建议您将其设置为1
__system_clock:您需要检查它使用的时钟源。 如果是内部振荡器 DCO、这里应该是24。
_regulator:您可以像进行直流/直流硬件设置一样将其保留为1。