I am attempting to development a bootloader(along with my App as separate) for MSP430fg6626 uC and want to no if there is an existing BSL(code/prj)
or example code(with App & Bootloader linker & code files) for this device that I can download and use without much code tweaking?
It would also be good to review the linker files for the App & BSL so I can use it and learn from. My goal is to have a bootloader that initially executes and determines if it needs to execute the bootloader or just jump to the App(after validation). The bootloader should also be called(jumpedTo) from the App as well.