HAL_SYSTICK_Config() function
Initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is in free running mode to generate periodic interrupts.
Syntax
uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb); Arguments
TicksNumb
Specifies the ticks Number of ticks between two interrupts.
Return value
status: - 0 Function succeeded. - 1 Function failed.