Systick register, not showing in debug!!!

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Systick register, not showing in debug!!!

1,651 次查看
himanshudoshi
Contributor III

Hello to all,

From the piece of code:

/* Enable SysTick Timer */
SysTick_Config(SystemCoreClock / TICKRATE_HZ);

But, while debugging, can't see the register responsible for that. Do we need to enable some kind of register by coding in our main function???

#Systick-Register-enable

标记 (2)
0 项奖励
回复
1 回复

1,338 次查看
lpcxpresso_supp
NXP Employee
NXP Employee

You don't say which part you are using, but for most MCUs, the Systick registers are provided within the NVIC peripheral (as that is where the live within the memory map).

Regards,

LPCXpresso Support

0 项奖励
回复