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

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

#include "systick.h"
#include "board.h"
#include "mcu_hal.h"

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.
 
void SysTick_Handler (void)
 This function handles systick timer interrupts.
 

Detailed Description

This file contains the SysTick timer initialization and de-initialization implementation.

STM32 Bootloader

Author
Akos Pasztor

Definition in file systick.c.