The vector-table defined in the startup code(startup_stm32f10x_cl.s, the gcc version)
Posted on November 14, 2013 at 06:40 There is a vector-table defined in the ''startup_stm32f10x_cl.s''(the gcc version): .section .isr_vector,''a'',%progbits .type g_pfnVectors, %object .size g_pfnVectors, .-g_pfnVectors g_pfnVectors: .word ...