Systick register, not showing in debug!!!

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Systick register, not showing in debug!!!

1,650 Views
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

0 Kudos
Reply
1 Reply

1,337 Views
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 Kudos
Reply