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