Microcontroller › AVR › bootloader in avr › Hi RyanBootloader can be seen
February 4, 2017 at 6:36 am
#14405
GANEEV SINGH
Participant
Hi Ryan
Bootloader can be seen as a process which helps burn the code into a microcontroller. It can be an external or an internal process; sometimes you use a microcontroller based thing to burn a hex file into another controller, in this case the former becomes bootloader. While at times you directly burn code into the main controller itself, things like BootloadHID perform such tasks.
Hope this was helpful