最近写了一个IAP转APP程序,烧写调试出现了如下问题:**JLink Warning: T-bit of XPSR is 0 but should be 1. Changed to 1.
单独烧写App程序可正常运行,BOOTLOAD程序也正常。
IAP程序配置:
#define ApplicationAddress 0x8008000
#define STM32_FLASH_BASE 0x08000000
NVIC_SetVectorTable(NVIC_VectTab_FLASH, 0x0);