|
STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
|
This file contains the board-specific GPIO pin definitions, peripheral configurations, and initialization function prototypes for the STM32L496 Discovery board. More...
Go to the source code of this file.
Functions | |
| void | BoardInit (void) |
| Initialize the board hardware and peripherals. More... | |
| void | BoardDeInit (void) |
| De-initialize the board hardware and peripherals. More... | |
| void | SetVectorTableLocation (const uint32_t address) |
| Set the vector table location to the specified address. More... | |
This file contains the board-specific GPIO pin definitions, peripheral configurations, and initialization function prototypes for the STM32L496 Discovery board.
STM32 Bootloader
Definition in file board.h.