This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SVC_Handler multiply defined

Dear Keil,

We are using the STM32F3 discovery board, and used the RTX with the demo code.
When we compile, it says SVC_Handler multiply defined; Systick multiply defined etc.

I was wondering if you have met this problem before and know how to solve. Many of us have this problem.

Thanks.
Jack

Parents
  • The fundamental problem seems to be the insistence on taking some bare-metal code which was never designed for an RTOS, and just dumping RTX onto it.

    Even if SysTick can be kludged, there is a high risk that (as Per hinted) there will be other issues where this code is simply not right for RTOS use.

Reply
  • The fundamental problem seems to be the insistence on taking some bare-metal code which was never designed for an RTOS, and just dumping RTX onto it.

    Even if SysTick can be kludged, there is a high risk that (as Per hinted) there will be other issues where this code is simply not right for RTOS use.

Children
No data