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

This file contains the error handling implementation. More...

#include "error_handler.h"
#include "delay.h"
#include "led.h"
#include "mcu_hal.h"
#include <stdint.h>

Go to the source code of this file.

Functions

void ErrorHandler (void)
 This function is executed in case of error occurrence.
 

Detailed Description

This file contains the error handling implementation.

STM32 Bootloader

Author
Akos Pasztor

Definition in file error_handler.c.