Boot Loader-Serial (boot_serial)

Compatibility: Eagle 50


Bootstrapping is a technique by which a simple program activates a more complicated system of programs. In the start up process , a small program, initializes and tests the hardware, peripherals and external memory devices are connected, then loads a program from one of them and passes control to it, thus allowing the loading of larger programs. The boot loader program's only job is to load other data and programs which are then executed from RAM.

This examples shows how to update the boot loader firmware over the Serial interface.