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.

SCI_BOOT 跳转APP应用程序失败

Other Parts Discussed in Thread: CONTROLSUITE

1、利用C:\ti\controlSUITE\device_support\f2806x\v151\F2806x_examples_ccsv5\f28069_flash_kernel示例做二次bootloader程序用于应用程序升级。

      二次boot程序与app应用程序分属不同的工程,并将bootloader程序存放在FLASHA中,app程序存放在FLASHB-C中,部分CMD文件如下图1、2。

      但是当我从bootloader向app跳转时始终报错0x3EC000地址无效。

      if (SCIA_GetOnlyWordData() != 0x08AA)
      {
           return 0x3ec000;
      }

     请问还需要修改什么才能跳转到应用程序?

                               

                                                    图1    bootloader  cmd           

 

                                                              图2    app cmd