This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/LAUNCHXL-CC26X2R1: BIM project from sdk 2.40.00.81 always revert the the application to the one stored in ExtFlash.

Part Number: LAUNCHXL-CC26X2R1

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)

?

  • Hi Leoni,

    This functionality is moved to the app project (oadCreateFactoryImageBackup in oad.c). In order to use it you have to set the build configuration to "Debug" on all your OAD projects. Please see the example readme.