Systick register, not showing in debug!!!

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Systick register, not showing in debug!!!

1,649件の閲覧回数
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,336件の閲覧回数
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 件の賞賛
返信