stm32 向量表
摘要:今天在看代码的时候,看到有这么几行: //配置向量表 #ifdef VECT_TAB_RAM //向量表位于SRAM区 MY_NVIC_SetVectorTable(NVIC_VectTab_RAM, 0x0); #else //向量表位于CODE(FLASH)区 MY_NVIC_SetVector
阅读全文
posted @ 2017-09-27 22:41
The first step to solve problem is to recognize there is one.
posted @ 2017-09-27 22:41
posted @ 2017-09-20 16:16
posted @ 2017-09-04 20:55