STM32F10X_vector.c的说明 STM32F10X_vector.c的说明 刚用IAR,有些东东不大明白,能否详细说明一下stm32f10x_vector.c这个文件。 #pragma segment="CSTACK" /*不明白*/
#pragma location = "INTVEC" /*不明白*/
const intvec_elem __vector_table[] = { { .__ptr = __sfe( "CSTACK" ) },/*不明白*/ &__program_start, /*也不明白*/ ... };
|