STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
systick.h File Reference

This file contains the SysTick timer initialization and de-initialization function prototypes. More...

Go to the source code of this file.

Functions

void SystickInit (void)
 Initialize the SysTick timer with a 1 ms tick period.
 
void SystickDeInit (void)
 De-initialize the SysTick timer.
 

Detailed Description

This file contains the SysTick timer initialization and de-initialization function prototypes.

STM32 Bootloader

Author
Akos Pasztor

Definition in file systick.h.