5.1 Check Reset Vector
In this method the bootloader will check for a non-void value at a predefined location
within the end application’s reset vector.
Overview
In the Check Reset Vector verification method, the bootloader will verify that the application image space has some form of data present that is not null. This does not check the validity or authenticity of the application image, it only verifies that something has been programmed into the application space. It also does not check for any memory errors in FLASH. This form of verification is very quick and results in very fast entry to the application from the bootloader. It does not provide any integrity checks and it cannot detect if the memory has been corrupted during transfer.
Verification Flow