Hi,
I want to merge my bootloader and application binaries into one programmable binary file. Currently I program boot loader first and then program with application code. Can I achieve this in single step?
Also from running application, can I update full image (boot loader + application) in single step? Thanks