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.

[参考译文] LP-MSPM0C1104:SysTicks 工作异常

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1338555/lp-mspm0c1104-systicks-works-exceptionally

器件型号:LP-MSPM0C1104
主题中讨论的其他器件:SysConfigMSPM0C1104

大家好!

我不熟悉这款 EVB 和 MCU。 我想创建一个运行100us 的 SysTick 并触发 SysTick 中断处理程序。
这就是问题所在。

我可以启用 SysTick 和启用 SysTick 中断。

但在 SysTick 中断向量服务程序中、无法观察到发生的 SysTick 中断。
我在 SDK 中也没有找到此示例,我该如何激活它?

这里是代码:

uint16_t SysTick _count;

SysConfig_weak void SYSCFG_DL_init (void)
{
SYSCFG_DL_initPower();
SYSCFG_DL_GPIO_init ();
SYSCFG_DL_SYSCTL_init ();
DL_SysTick _config (2400);//1/2400 = 41.66ns、41.66ns x 24MHz = 100us

空 Tick_Handler (空)
{
SysTick 计数++;

有人能帮助回答这一问题吗?

谢谢!