器件型号: MSPM0G1518
您好:
为 cortex m 定义的标准接口没有像此处为 SystemCoreClock 所述那样实现的原因是什么?
BR
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.
器件型号: MSPM0G1518
您好:
为 cortex m 定义的标准接口没有像此处为 SystemCoreClock 所述那样实现的原因是什么?
BR
尊敬的 Norbert:
我就在 MSP SDK 中实现 CMSIS SYSTEM_DEVICE 接口事宜咨询了软件团队。
MSPM0 器件采用专有的时钟管理系统、可提供标准 CMSIS SystemCoreClock 模型之外的高级功能。
因此、我们通过 DriverLib 实现了专有 API、可以更好地支持这些硬件功能。 您可以使用 MSPM0 DriverLib 指南中的 DL_SYSCTL_getCurrentSYSOSCFreq 函数 来访问 SYOSC 时钟频率。
此致、
Owen