This content has been marked as final.
Show 2 replies
-
1. Re: combine bootloader and bootloadable hex files in a single hex
GeonaM_26 Sep 30, 2018 11:12 PM (in response to rd185189_2046471)Bootloadable .hex files are different in that they contain code and data bytes for the bootloadable and the associated bootloader project. Bootloadable gets the bootloader project's hex file from dependency selected in bootloadable componenent configurarion wondow. Once you program the bootloadable.hex file; both projects are programmed in at the same time. This option is provided for production programming. Let me know if it helps.
-
2. Re: combine bootloader and bootloadable hex files in a single hex
rd185189_2046471 Oct 4, 2018 9:38 AM (in response to GeonaM_26)Thanks, GeonaM_26