Tool/software: Code Composer Studio
I noticed that the BIM project from the sdk 2.40.00.81 differs from the BIM project 2.20.00.36.
It differs mostly by NOT having the function "Bim_createFactoryImageBackup", and a bunch of flags (such as NO_COPY, that I belive would mitigate this problem)
Is there a proper way for (instead of adding my own modifications into the bootloader project) either:
I) adding a new image as default (the previous sdk had the flag CREATE_FACT_IMG_INT_TO_EXT_FLSH for doing so)
II) Invalidate the image in the external flash as soon as it is copied into the internal flash (that's a good behavior, since OAD and my application would remain working)
?