Hello, I would like to go into bootloader in depth to understand it better, and I am already wondering a few things about how burning flash works. If I have understood well, bootloader use ais image to load code from flash to memory, and the address where the program code will be loaded is into the ais image, isn't it? So I would like to know, where exactly flashburning is loading and how could I change if I wanted? I have seen that flashBurn use and .ini file with some code, but no mention to load point. I wonder too, if flashburn is really using an ais file... and how the flash look like after burn it: ais file + code, or it would be "ais begin" + code + "ais end"? I mean, is the code in the middle of the ais file, or the ais file is like a header of code?
Could someone give some tips about this?
Thanks in advance