Bootloader and Bootloadable
Overview
General Description
The bootloader system manages the process of updating the device flash memory with new application code and/or data. To make the process work we use these components:
- Bootloader project: project with Bootloader and Communication components
- Bootloadable project: project with a Bootloadable component, which creates the code
- Separate Bootloader and Bootloadable components
- Configurable set of supported commands
- Flexible component configuration
Support