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

This file contains the delay function implementation using the HAL tick timer. More...

#include "delay.h"
#include "mcu_hal.h"

Go to the source code of this file.

Functions

void DelayMs (const uint32_t delayMs)
 Blocking delay for the specified number of milliseconds. More...
 

Detailed Description

This file contains the delay function implementation using the HAL tick timer.

STM32 Bootloader

Author
Akos Pasztor

Definition in file delay.c.