stm32f10x_it.c
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2009-11-16 2:38 AM
Posted on November 16, 2009 at 11:38
stm32f10x_it.c
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:30 AM
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)Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:30 AM
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