This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Version Check in dfu_init_prevalidate

The comment in dfu_init_prevalidate says the following

  // To support application versioning, this check should be updated.
// This template allows for any application to be installed. However, 
// customers can place a revision number at the bottom of the application 
// to be verified by the bootloader. This can be done at a location 
// relative to the application, for example the application start 
// address + 0x0100.

Is there a recommendation as to what form of structure should be stored at address + 0x0100?

Thanks, Darren

Related