21ic问答首页 - TAG - APM32F003F6P6
-
APM32F003F6P6 IAP跳转问题
我遇到的问题是 从Boot 跳转到 Application后, 中断不正常问题 似乎,中断向量 没定位好, 请问有人 成功过吗? 用的事SDK V1.3 下的例程,也是不行. int main(void) { SCB->VTOR =0x2000; // VECT_USR_APP_TAB_OFFSET; /* Setup SysTick Timer for 1 msec interrupts */ SysTick_Config(RCM_GetMasterClockFreq() / 1000); USART_Init(57600);
1475浏览量 1回复量 关注量