Skip to main content
zaalzaalak22
Associate
November 16, 2009
Question

stm32f10x_it.c

  • November 16, 2009
  • 2 replies
  • 854 views
Posted on November 16, 2009 at 11:38

stm32f10x_it.c

    This topic has been closed for replies.

    2 replies

    tomas23
    Visitor II
    May 17, 2011
    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

    zaalzaalak22
    Associate
    May 17, 2011
    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)