Closed CasperBroekhuizen closed 4 years ago
Time to jump in flash is long enough to trigger WDT.
Big delay is caused by the template initialization routine of the MCU itself. The workaround is to only run the init routine in the main slot (slot0) and not in slot1 or slot2
Needs to be implemented into the device specific startup script:
Jumping to a different slot in the bootloader takes about a second. which is considerably longer than the MSP432P401R and should be investigated.