Why does the function void HAL_SYSTICK_Callback(void) never get called?
I'm using a Nucleo Board with a STM32F030 fitted.I wanted to use the callback function mentioned above to clear an output that is set as part of a separate pin handling interrupt. I cannot find any material relating to needing to setup anything for t...