STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers

Functions

void SystickInit (void)
 Initialize the SysTick timer with a 1 ms tick period.
 
void SystickDeInit (void)
 De-initialize the SysTick timer.
 
void SysTick_Handler (void)
 This function handles systick timer interrupts.
 

Detailed Description