IAP技术要点:
APP的代码:
SCB->VTOR = FLASH_BASE | 0x20000;
APP的KEIL
0x8020000 0x60000
0x8000000 0x80000
BOOT代码
跳转之前必须
__set_PRIMASK(1)
BOOT代码
最好少init 最后不要中断
IAP技术要点:
APP的代码:
SCB->VTOR = FLASH_BASE | 0x20000;
APP的KEIL
0x8020000 0x60000
0x8000000 0x80000
BOOT代码
跳转之前必须
__set_PRIMASK(1)
BOOT代码
最好少init 最后不要中断