Created an application that runs after the bootloader starts in a different portion of the memory in STM32F411RE Nucleo Board. This repository was created to obtain a hands-on experience in bootloaders.
- Basics of the linker script
- How to place variables in RAM and FLASH
- How to create functions in RAM and FLASH
- How to create a simple bootloader
- How to offset the interrupt vector and create an application to run in a different memory region
- How to debug the bootloader and application
- How to share an API between the bootloader and the application









