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.

[参考译文] MSPM0G3507:dl_SYSCTL 标头中可能的 SDK 错误

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1410166/mspm0g3507-possible-sdk-bug-in-dl_sysctl-header

器件型号:MSPM0G3507

工具与软件:

我认为 dl_sysctl_mspm0g1x0x_g3x0x.h 头文件中可能有错误。  接头具有 以下函数。

__static_inline uint32_t DL_SYSCTL_getTempCalibrationConstant (void)
{
返回 DL_FactoryRegion_getTemperatureVoltage();
}

  dl_factoryregion.h 中声明了 DL_FactoryRegion_getTemperatureVoltage() fine、但   dl_sysctl_mspm0g1x0x_g3x0x.h 文件中不包含 dl_factoryregion.h。  会导致编译错误、通过手动包含标头来修复该错误。

我正在构建 GitHub 上当前发布的 SDK 版本: 2.00.01.03。

谢谢!

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

    尊敬的 Ben:

    感谢您的反馈。

    在最新的 SDK 版本(2.02)中、我发现其中包含该 SDK:

    B.R.

    SAL