DelfiSpace / DelfiPQcore

0 stars 1 forks source link

Bootloader MSP432P4111. Jumping to Slot 1 and Slot 2 takes more time than expected #43

Closed CasperBroekhuizen closed 4 years ago

CasperBroekhuizen commented 4 years ago

Jumping to a different slot in the bootloader takes about a second. which is considerably longer than the MSP432P401R and should be investigated.

CasperBroekhuizen commented 4 years ago

Time to jump in flash is long enough to trigger WDT. image

CasperBroekhuizen commented 4 years ago

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 image

Needs to be implemented into the device specific startup script: