|
STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
|
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. | |
This file contains the error handling implementation.
STM32 Bootloader
Definition in file error_handler.c.