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
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