Reading the sf_cmd 8388608 bytes data, waiting...
Data check ERROR! Please check you flash by other command.
Read sf_cmd failed, already rd for 0 bytes, read 256 each time
Read benchmark has an error. ...
在RT的官网文档里面有个STM32通用BOOT,说重定位中断向量表方法如下:
static int ota_app_vtor_reconfig(void)
{
#define NVIC_VTOR_MASK 0x3FFFFF80
/* Set the Vector Table base location by user appli ...