cancel
Showing results for 
Search instead for 
Did you mean: 

stm32f10x_it.c

zaalzaalak22
Associate
Posted on November 16, 2009 at 11:38

stm32f10x_it.c

2 REPLIES 2
zaalzaalak22
Associate
Posted on May 17, 2011 at 13:30

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)

tomas23
Associate II
Posted on May 17, 2011 at 13:30

A1: not until you need them

A2: if the RTOS uses them (they have meaningful body), remove these functions from stm32xxx_it.c