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.

[参考译文] SIMPLELINK-MSP432-SDK:OAD_BOOTLOADER_SOURC_MSP_EXP432

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1063321/simplelink-msp432-sdk-oad_bootloader_source_msp_exp432

器件型号:SIMPLELINK-MSP432-SDK

您好!

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。