Is there any example code available for a custom bootloader for the MSP432?
I am looking for the code that prepares the micro and then jumps to the main program (say, defined at 0x8000).
I assume you need to set the interrupt vector table location and jump to the new start location? How is this best achieved?