Hi Charles,
My objective is to have a very simple bootloader which look at a specific memory position and if that register is 0, it will load a firmware file at address A, if it is 1 it will load a firmware file at address B. This way, the writing operation can be done at application runtime and the bootloader which just load one of two images available.
slau746a suggest that to do that, you need to modify APP_START_ADDRESS accordingly with the memory address of the image to be loaded. However, I was not able to match that with any of the sample bootloaders available.
Can you advise on the actual main entry point of the sample code or suggest a starting point on how to achieve the desired functionality in general?
Thank you very much
Peter