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)