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.
工具与软件:
我认为 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