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.

[参考译文] MSPM0C1104:MSPM0 SDK 基准不存在 SysTick 外设

Guru**** 2394175 points
Other Parts Discussed in Thread: MSPM0C1104

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1510830/mspm0c1104-mspm0-sdk-references-non-existent-systick-peripheral

器件型号:MSPM0C1104

工具/软件:

您好:

我正在查看 MSPM0C110x 的最新 SDK 文档、似乎我们仍然具有适用于 SysTick 的模块? 据我的理解、MSPM0C110x 中没有 SysTick 计时器:

MSPM0C110X 驱动程序库:M0P 系统时钟周期计时器(SysTick)

如果器件上没有此模块、是否应该出现此模块?

Munan

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

    尊敬的 Munan:

    对于 M0C1103/1104、您是正确的、但新的 M0C1105/1106显然是这样。  但在 DS 中只提到了它。

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

    嗨、Dennis、

    此代码构建在 MSPM0C1104上、但这不会导致 CPU 崩溃吗?

    int main(void)
    {
        SYSCFG_DL_init();
        DL_SYSTICK_init(1000);
        while (1) {
        }
    }

    driverlib 文档中针对不同变体的不同章节、因此如果对外设存在重大差异、我认为我们应该拆分它们以避免混淆。

    Munan