2009-11-16 02:38 AM
stm32f10x_it.c
2011-05-17 04:30 AM
Q1:I used stm32f10x_it.c from ST lib 3.1.2 in my application,Is it needed to modify the functions like as HardFault_Handler(),SVC_Handler()?
Q2: In stm32f10x_it.c file there is PendSV_Handler() function ,t his function also is in C:\Keil\ARM\RL\RTX\SRC\CM in HAL_CM3.c file when using keil RTX RTOS.Which of them should be used? please help me. (SysTick_Handler() , SVC_Handler() have similar problems)2011-05-17 04:30 AM
A1: not until you need them
A2: if the RTOS uses them (they have meaningful body), remove these functions from stm32xxx_it.c